diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2013-04-03 16:50:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:04:42 +0100 |
commit | 4d309730013434e1ce493ee80f9534336509dca4 (patch) | |
tree | d48efe5811a45cde44de276799831ad58be57efb | |
parent | 4ce8a676459f216dc223f1bc5051dcd56dc703b3 (diff) | |
download | ast2050-yocto-poky-4d309730013434e1ce493ee80f9534336509dca4.zip ast2050-yocto-poky-4d309730013434e1ce493ee80f9534336509dca4.tar.gz |
gst-ffmpeg: configure-fix patch used wrong test
(From OE-Core rev: d07bf78a11c5aee37da653404f8aaf413cf14e8f)
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch | 2 |
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 81029ca..2bb124b 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 + |