mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
gst1-libav: fix build on x86_64
Disable yasm explicitely to fix build on x86_64 when yasm is not installed Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
@@ -160,7 +160,8 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-parsers \
|
--disable-parsers \
|
||||||
$(LIBAV_CONFIGURE_PARSERS) \
|
$(LIBAV_CONFIGURE_PARSERS) \
|
||||||
--disable-protocols \
|
--disable-protocols \
|
||||||
$(LIBAV_CONFIGURE_PROTOCOLS)"
|
$(LIBAV_CONFIGURE_PROTOCOLS) \
|
||||||
|
--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)
|
||||||
|
|||||||
Reference in New Issue
Block a user