commit 4bd4272fff4c426758d4153ef99f07c2b8d2cbdb
parent 63fa44476d4510d9686d331fab8d8132f1d06ae4
Author: Ted Hess <thess@kitschensync.net>
Date: Thu, 18 Jun 2015 16:27:18 -0400
gst1-libav: Fix musl compatibility
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/multimedia/gst1-libav/Makefile b/multimedia/gst1-libav/Makefile
@@ -185,7 +185,7 @@ CONFIGURE_ARGS += \
--disable-yasm"
# XXX: trick to force use of embedded Libav headers
-TARGET_CFLAGS += $(TARGET_CPPFLAGS)
+TARGET_CFLAGS += $(TARGET_CPPFLAGS) -D_GNU_SOURCE
TARGET_CPPFLAGS :=
TARGET_LDFLAGS += $(FPIC)