1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../vdr-softdevice/softdevice-makefile.patch
5 # Copyright (C) 2006 - 2008 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 ---
17 --- softdevice-0.5.0/Makefile~ 2008-04-14 04:52:10.000000000 +0200
18 +++ softdevice-0.5.0/Makefile 2008-10-31 18:38:05.000000000 +0100
23 -PLUGINLIBDIR = ./PLUGINS/lib
24 +PLUGINLIBDIR = /usr/lib/vdr
26 # for older file-utils, option -f had the same effect
27 CPOPTS = --remove-destination
29 # install -m 644 postprocess.h /usr/local/include/postproc/postprocess.h
30 # cp libpostproc.a /usr/local/lib/
35 # -----------------------------------------------------------------------------
36 # if you want output methods build as a single lib comment the following line
38 #VIDIX_DIR = /opt/vidix
39 #VIDIX_DIR = /usr/local/
41 -VIDIX_DIR = /usr/local
44 # -----------------------------------------------------------------------------
45 # Set up these paths to your enviroment!
47 #FFMPEGCFLAGS=-I../../../../ffmpeg/libavcodec
49 # If you installed ffmpeg's lib (make installlib)
50 -FFMPEGCFLAGS=-I/usr/local/include/ffmpeg/
51 +FFMPEGCFLAGS=-I/usr/include/ffmpeg/
52 #FFMPEGCFLAGS=-I/home/extra/src/video/ffmpeg-0.4.8/libavcodec
59 - DFB_LIBS = -L/usr/local/lib -ldfb++
60 - DFB_CFLAGS = -I/usr/local/include/dfb++ -I/usr/local/include/directfb
61 + DFB_LIBS = -L/usr/lib -ldfb++
62 + DFB_CFLAGS = -I/usr/include/dfb++ -I/usr/include/directfb
63 DEFINES += -DDFB_SUPPORT
67 - CLE266_LIBS = -L/usr/local/lib -lcle266mpegdec
68 - CLE266_CFLAGS = -I/usr/local/include
69 + CLE266_LIBS = -L/usr/lib -lcle266mpegdec
70 + CLE266_CFLAGS = -I/usr/include
71 DEFINES += -DHAVE_CLE266_MPEG_DECODER
75 - XV_LIBS = -L/usr/X11R6/lib -lXi -lXext -lX11 -lm -lXv
76 + XV_LIBS = -L/usr/X11R7/lib -lXi -lXext -lX11 -lm -lXv
77 ifdef LIBXDPMS_SUPPORT
78 DEFINES += -DLIBXDPMS_SUPPORT