* updated libkomparediff2 (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / vdr / vdr-softdevice / softdevice-makefile.patch
blobeef8f90ba93eb8650beea3df944d25b9dc3b9ac0
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../vdr-softdevice/softdevice-makefile.patch
5 # Copyright (C) 2006 - 2008 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 ---
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
19 @@ -25,7 +25,7 @@
20 VDRDIR = ../../..
21 LIBDIR = ../../lib
22 TMPDIR = /tmp
23 -PLUGINLIBDIR = ./PLUGINS/lib
24 +PLUGINLIBDIR = /usr/lib/vdr
26 # for older file-utils, option -f had the same effect
27 CPOPTS = --remove-destination
28 @@ -78,7 +78,7 @@
29 # install -m 644 postprocess.h /usr/local/include/postproc/postprocess.h
30 # cp libpostproc.a /usr/local/lib/
32 -PP_LIBAVCODEC=1
33 +#PP_LIBAVCODEC=1
35 # -----------------------------------------------------------------------------
36 # if you want output methods build as a single lib comment the following line
37 @@ -91,7 +91,7 @@
38 #VIDIX_DIR = /opt/vidix
39 #VIDIX_DIR = /usr/local/
41 -VIDIX_DIR = /usr/local
42 +VIDIX_DIR = /usr
44 # -----------------------------------------------------------------------------
45 # Set up these paths to your enviroment!
46 @@ -100,7 +100,7 @@
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
55 @@ -140,19 +140,19 @@
56 endif
58 ifdef DFB_SUPPORT
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
64 endif
66 ifdef CLE266_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
72 endif
74 ifdef XV_SUPPORT
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
79 endif