aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch
blob: 2bb124b8bcf4b7bcd48099177af61cd14fc7adc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Disable yasm for libav when --disable-yasm

Upstream-Status: Inappropriate [configuration]

Signed-off-by: Shane Wang <shane.wang@intel.com>

diff -r f2f8f74c6e30 configure.ac
--- a/configure.ac	Thu Dec 22 23:56:09 2011 +0800
+++ b/configure.ac	Thu Dec 22 23:57:37 2011 +0800
@@ -325,6 +325,10 @@
         --enable-gpl"
   fi
 
+  if test "x$disable_yasm" = "xyes"; then
+    embffmpeg_configure_args="$embffmpeg_configure_args --disable-yasm"
+  fi
+
   # if we are cross-compiling, tell ffmpeg so
   target_os=`echo $host_os | sed 's/-gnu//'`
   if test "x$cross_compiling" = xyes; then