aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
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-05-15 18:12:04 +0100
commit882cc6f7bb50022c2ed428537ffb09fd497de16d (patch)
treec968fc4465b44abae87de8aa23187e70e508dfb8 /meta/recipes-multimedia
parentb487d0a37536bb412cf332610f692d5eb3c8f3d9 (diff)
downloadopenembedded-core-882cc6f7bb50022c2ed428537ffb09fd497de16d.tar.gz
gst-ffmpeg: fix libav-9.patch
The patch has a stray '>' in an #incude directive leading to build failures when used. (From OE-Core master rev: f2a45c0c1b9878319890fe03f26dd4e0db740091) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-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>