aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorCarlos Rafael Giani <dv@pseudoterminal.org>2013-04-03 16:50:14 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:00:54 +0100
commitd07bf78a11c5aee37da653404f8aaf413cf14e8f (patch)
tree6d78962f1b4ce2aaeee93d88abe74e9913a17618 /meta/recipes-multimedia
parentef24f8e7e6b91ad8e83942bd956e0d6ab0fc077b (diff)
downloadopenembedded-core-d07bf78a11c5aee37da653404f8aaf413cf14e8f.tar.gz
gst-ffmpeg: configure-fix patch used wrong test
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia')
-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
--enable-gpl"
fi
-+ if test "x$disable_yasm" != "xyes"; then
++ if test "x$disable_yasm" = "xyes"; then
+ embffmpeg_configure_args="$embffmpeg_configure_args --disable-yasm"
+ fi
+