mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
add _GNU_SOURCE
This commit is contained in:
parent
5680e29716
commit
491a7679f8
2 changed files with 1 additions and 2 deletions
|
|
@ -17,8 +17,6 @@
|
||||||
* Boston, MA 02110-1301, USA.
|
* Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define _GNU_SOURCE
|
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include <spa/param/props.h>
|
#include <spa/param/props.h>
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,7 @@ pipewire_mainloop_glib_sources = [
|
||||||
|
|
||||||
pipewire_pulseaudio_c_args = [
|
pipewire_pulseaudio_c_args = [
|
||||||
'-DHAVE_CONFIG_H',
|
'-DHAVE_CONFIG_H',
|
||||||
|
'-D_GNU_SOURCE',
|
||||||
'-DPIC',
|
'-DPIC',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue