1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../vdr-dxr3/dxr3-0.2.2-ffmpeg.patch
5 # Copyright (C) 2004 - 2007 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
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
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
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
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
32 #define __DXR3AUDIODECODER_H
35 -#include "libavcodec/avcodec.h"
36 +#include "ffmpeg/avcodec.h"