diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2015-04-09 11:09:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-10 18:10:24 +0100 |
commit | 915712d527d1eacee24196614da249667d129dba (patch) | |
tree | 808b73a2cb00d7461af7bac76e1aa904c5435ce9 /meta/recipes-multimedia/gstreamer | |
parent | c793501c77d5f3a7c704a235cbd4a22e8ff86551 (diff) | |
download | poky-915712d527d1eacee24196614da249667d129dba.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 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/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/libav-9.patch | 2 |
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 | |||
111 | #include <gst/gst.h> | 111 | #include <gst/gst.h> |
112 | #ifdef HAVE_FFMPEG_UNINSTALLED | 112 | #ifdef HAVE_FFMPEG_UNINSTALLED |
113 | #include <avcodec.h> | 113 | #include <avcodec.h> |
114 | +#include <channel_layout.h>> | 114 | +#include <channel_layout.h> |
115 | #else | 115 | #else |
116 | #include <libavcodec/avcodec.h> | 116 | #include <libavcodec/avcodec.h> |
117 | +#include <libavutil/channel_layout.h> | 117 | +#include <libavutil/channel_layout.h> |