diff options
author | Nicolas Thill <nico@openwrt.org> | 2014-09-22 10:52:18 +0200 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2014-09-22 10:52:18 +0200 |
commit | 3838680f3c4e1b18a2c6197494f477c9a1ce1d12 (patch) | |
tree | 931f87b15d38c344d97e64cbc6d4a153c861f3ca /multimedia | |
parent | 9a3f00d37a00be7e24a6fa30183066d04970bed5 (diff) |
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>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst1-libav/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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) |