aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2015-04-09 11:09:51 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-09 19:48:01 +0100
commitf2a45c0c1b9878319890fe03f26dd4e0db740091 (patch)
tree536a8735d63761accef35f5e40db1e3b092759f2
parent63eb33bced1fc1e5451988fc5249ab362fb82615 (diff)
downloadopenembedded-core-contrib-f2a45c0c1b9878319890fe03f26dd4e0db740091.tar.gz
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@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/libav-9.patch2
1 files changed, 1 insertions, 1 deletions
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 9055b341dc..1860752202 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>