mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01: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"
|
--disable-yasm"
|
||||||
|
|
||||||
# XXX: trick to force use of embedded Libav headers
|
# XXX: trick to force use of embedded Libav headers
|
||||||
TARGET_CFLAGS += $(TARGET_CPPFLAGS)
|
TARGET_CFLAGS += $(TARGET_CPPFLAGS) -D_GNU_SOURCE
|
||||||
TARGET_CPPFLAGS :=
|
TARGET_CPPFLAGS :=
|
||||||
|
|
||||||
TARGET_LDFLAGS += $(FPIC)
|
TARGET_LDFLAGS += $(FPIC)
|
||||||
|
|||||||
Reference in New Issue
Block a user