summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch b/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch
index 81029ca6e1..2bb124b8bc 100644
--- a/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch
+++ b/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch
@@ -11,7 +11,7 @@ diff -r f2f8f74c6e30 configure.ac
11 --enable-gpl" 11 --enable-gpl"
12 fi 12 fi
13 13
14+ if test "x$disable_yasm" != "xyes"; then 14+ if test "x$disable_yasm" = "xyes"; then
15+ embffmpeg_configure_args="$embffmpeg_configure_args --disable-yasm" 15+ embffmpeg_configure_args="$embffmpeg_configure_args --disable-yasm"
16+ fi 16+ fi
17+ 17+