From 3838680f3c4e1b18a2c6197494f477c9a1ce1d12 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 22 Sep 2014 10:52:18 +0200 Subject: [PATCH] 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 --- multimedia/gst1-libav/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)