From 9a3f00d37a00be7e24a6fa30183066d04970bed5 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 22 Sep 2014 10:49:04 +0200 Subject: [PATCH 1/2] gst1-libav: fix configure Signed-off-by: Nicolas Thill --- multimedia/gst1-libav/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/gst1-libav/Makefile b/multimedia/gst1-libav/Makefile index 23cafa37a..340886138 100644 --- a/multimedia/gst1-libav/Makefile +++ b/multimedia/gst1-libav/Makefile @@ -145,8 +145,8 @@ LIBAV_CONFIGURE_PARSERS:=$(call FILTER_CONFIG,PARSER,parser,$(LIBAV_PARSERS)) LIBAV_CONFIGURE_PROTOCOLS:=$(call FILTER_CONFIG,PROTOCOL,protocol,$(LIBAV_PROTOCOLS)) CONFIGURE_ARGS += \ - --with-libav-extra-configure="--target-os=linux \ --without-system-libav \ + --with-libav-extra-configure="--target-os=linux \ --disable-bsfs \ --disable-devices \ --disable-encoders \ From 3838680f3c4e1b18a2c6197494f477c9a1ce1d12 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 22 Sep 2014 10:52:18 +0200 Subject: [PATCH 2/2] 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)