diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2015-04-09 11:09:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-15 18:12:42 +0100 |
commit | 006aafcb3c785bac88436113df360ea5b8228986 (patch) | |
tree | 7aacad7c1c26dc85d23da3b79cc758912d917b5a /meta/recipes-multimedia/gstreamer | |
parent | 882f8c57433cfd73859002f5972e7f7cbe705421 (diff) | |
download | poky-006aafcb3c785bac88436113df360ea5b8228986.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)
(From OE-Core rev: 882cc6f7bb50022c2ed428537ffb09fd497de16d)
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> |