commit f16a98266760e28a5488ab6b7be113efffbba238
parent d613e1e94e22b1e4bb14a237c40e7e233d5408e4
Author: Ted Hess <thess@kitschensync.net>
Date: Tue, 23 Sep 2014 08:32:48 -0400
Merge pull request #343 from psycho-nico/my-fixes-20140922-01
gst1-libav fixes
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git 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 \
@@ -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)