mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
882f8c5743
commit
006aafcb3c
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user