/[packages]/cauldron/xbmc/current/SOURCES/0129-Include-libavfilter-avcodec.h-for-av_vsrc_buffer_add.patch
ViewVC logotype

Contents of /cauldron/xbmc/current/SOURCES/0129-Include-libavfilter-avcodec.h-for-av_vsrc_buffer_add.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 269300 - (show annotations) (download)
Tue Jul 10 19:13:54 2012 UTC (11 years, 9 months ago) by anssi
File size: 1015 byte(s)
- fix missing include in wiiremote eventclient
  (wiiremote-missing-include.patch)
- backport FFmpeg support patches to allow build with cauldron ffmpeg
  (patches 101..145)

1 From a3db7e9f41663b33226bd7c810b42563a71324c0 Mon Sep 17 00:00:00 2001
2 From: Alexis Ballier <aballier@gentoo.org>
3 Date: Thu, 1 Mar 2012 11:51:31 -0300
4 Subject: [PATCH 129/145] Include libavfilter/avcodec.h for
5 av_vsrc_buffer_add_frame. (cherry picked from
6 commit 135160be16da4f8dd8631bbd8780b8d8ac1e682d)
7
8 ---
9 lib/DllAvFilter.h | 3 +++
10 1 file changed, 3 insertions(+)
11
12 diff --git a/lib/DllAvFilter.h b/lib/DllAvFilter.h
13 index cf91ee9..a6ce6d0 100644
14 --- a/lib/DllAvFilter.h
15 +++ b/lib/DllAvFilter.h
16 @@ -44,13 +44,16 @@ extern "C" {
17 #if (defined HAVE_LIBAVFILTER_AVFILTER_H)
18 #include <libavfilter/avfiltergraph.h>
19 #include <libavfilter/buffersink.h>
20 + #include <libavfilter/avcodec.h>
21 #elif (defined HAVE_FFMPEG_AVFILTER_H)
22 #include <ffmpeg/avfiltergraph.h>
23 #include <ffmpeg/buffersink.h>
24 + #include <ffmpeg/avcodec.h>
25 #endif
26 #else
27 #include "libavfilter/avfiltergraph.h"
28 #include "libavfilter/buffersink.h"
29 + #include "libavfilter/avcodec.h"
30 #endif
31 }
32
33 --
34 1.7.10
35

  ViewVC Help
Powered by ViewVC 1.1.30