mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
gst1-libav: Fix musl compatibility
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user