]> code.ossystems Code Review - openembedded-core.git/commitdiff
gst-ffmpeg: fix libav-9.patch
authorKoen Kooi <koen@dominion.thruhere.net>
Thu, 9 Apr 2015 09:09:51 +0000 (11:09 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Apr 2015 18:48:01 +0000 (19:48 +0100)
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>
meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/libav-9.patch

index 9055b341dcc75053e777697489c0c26112260c47..18607522029daa2701bcf66320caceb79b370bd8 100644 (file)
@@ -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>