[OE-core] [PATCH 1/3] gst-ffmpeg: fix libav-9.patch

Koen Kooi koen at dominion.thruhere.net
Thu Apr 9 09:09:51 UTC 2015


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>
---
 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>
-- 
1.9.0



More information about the Openembedded-core mailing list