[oe-commits] Koen Kooi : gst-ffmpeg: fix libav-9.patch

git at git.openembedded.org git at git.openembedded.org
Fri Apr 10 17:10:44 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: f2a45c0c1b9878319890fe03f26dd4e0db740091
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f2a45c0c1b9878319890fe03f26dd4e0db740091

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Thu Apr  9 11:09:51 2015 +0200

gst-ffmpeg: fix libav-9.patch

The patch has a stray '>' in an #incude directive leading to build
failures when used.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/libav-9.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/libav-9.patch b/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/libav-9.patch
index 9055b34..1860752 100644
--- a/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/libav-9.patch
+++ b/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/libav-9.patch
@@ -111,7 +111,7 @@ diff -uNr gst-ffmpeg-0.10.13.orig/ext/ffmpeg/gstffmpegcodecmap.c gst-ffmpeg-0.10
  #include <gst/gst.h>
  #ifdef HAVE_FFMPEG_UNINSTALLED
  #include <avcodec.h>
-+#include <channel_layout.h>>
++#include <channel_layout.h>
  #else
  #include <libavcodec/avcodec.h>
 +#include <libavutil/channel_layout.h>



More information about the Openembedded-commits mailing list