gst1-libav: fix build on x86_64
authorNicolas Thill <redacted>
Mon, 22 Sep 2014 08:52:18 +0000 (10:52 +0200)
committerNicolas Thill <redacted>
Mon, 22 Sep 2014 08:52:18 +0000 (10:52 +0200)
Disable yasm explicitely to fix build on x86_64 when yasm is not installed

Signed-off-by: Nicolas Thill <redacted>
multimedia/gst1-libav/Makefile

index 340886138d180f173b06ccfd181d7d406baffdae..a4721ef9c47807ad73527c1dfdf1c892d3259f32 100644 (file)
@@ -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)
git clone https://git.99rst.org/PROJECT