From: Nicolas Thill Date: Mon, 22 Sep 2014 08:52:18 +0000 (+0200) Subject: gst1-libav: fix build on x86_64 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3838680f3c4e1b18a2c6197494f477c9a1ce1d12;p=openwrt-packages.git 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 --- diff --git a/multimedia/gst1-libav/Makefile b/multimedia/gst1-libav/Makefile index 340886138..a4721ef9c 100644 --- a/multimedia/gst1-libav/Makefile +++ b/multimedia/gst1-libav/Makefile @@ -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)