1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 12:23:59 +02: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:
Nicolas Thill 2014-09-22 10:52:18 +02:00
parent 9a3f00d37a
commit 3838680f3c

View File

@ -160,7 +160,8 @@ CONFIGURE_ARGS += \
--disable-parsers \
$(LIBAV_CONFIGURE_PARSERS) \
--disable-protocols \
$(LIBAV_CONFIGURE_PROTOCOLS)"
$(LIBAV_CONFIGURE_PROTOCOLS) \
--disable-yasm"
# XXX: trick to force use of embedded Libav headers
TARGET_CFLAGS += $(TARGET_CPPFLAGS)