1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 12:23:59 +02:00

gst1-libav: Fix musl compatibility

Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
Ted Hess 2015-06-18 16:27:18 -04:00
parent 63fa44476d
commit 4bd4272fff

View File

@ -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)