* updated kmbox (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / vdr / vdr-dxr3 / dxr3-0.2.2-ffmpeg.patch
blob13fefca1992ef8ebee192c3e16564d75ab384aa0
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../vdr-dxr3/dxr3-0.2.2-ffmpeg.patch
5 # Copyright (C) 2004 - 2007 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
16 --- dxr3-0.2.2/Makefile.orig 2004-01-04 18:32:10.000000000 +0100
17 +++ dxr3-0.2.2/Makefile 2005-04-07 13:28:49.000000000 +0200
18 @@ -42,8 +42,8 @@
20 ### Includes and Defines (add further entries here):
22 -INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include -I$(FFMDIR)
23 -LIBS = -L$(FFMDIR)/libavcodec -lavcodec
24 +INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include -I/usr/include/ffmpeg
25 +LIBS = -lavcodec
26 DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
27 DEFINES += -DSOCKET_CHMOD=0660
28 DEFINES += -D_GNU_SOURCE
29 --- dxr3-0.2.2/dxr3audiodecoder.h.orig 2005-04-07 13:51:42.000000000 +0200
30 +++ dxr3-0.2.2/dxr3audiodecoder.h 2005-04-07 13:51:58.000000000 +0200
31 @@ -10,7 +10,7 @@
32 #define __DXR3AUDIODECODER_H
34 extern "C" {
35 -#include "libavcodec/avcodec.h"
36 +#include "ffmpeg/avcodec.h"
39 #include <stdlib.h>