summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/vdr-softdevice/files/vdr-softdevice-0.2.3a-Makefile.diff')
-rw-r--r--media-plugins/vdr-softdevice/files/vdr-softdevice-0.2.3a-Makefile.diff32
1 files changed, 32 insertions, 0 deletions
diff --git a/media-plugins/vdr-softdevice/files/vdr-softdevice-0.2.3a-Makefile.diff b/media-plugins/vdr-softdevice/files/vdr-softdevice-0.2.3a-Makefile.diff
new file mode 100644
index 000000000000..41f08c7ab4e6
--- /dev/null
+++ b/media-plugins/vdr-softdevice/files/vdr-softdevice-0.2.3a-Makefile.diff
@@ -0,0 +1,32 @@
+--- softdevice-0.2.0/Makefile.orig 2005-10-25 19:57:12.000000000 +0200
++++ softdevice-0.2.0/Makefile 2005-10-25 19:59:58.000000000 +0200
+@@ -87,7 +87,7 @@
+ #VIDIX_DIR = /opt/vidix
+ #VIDIX_DIR = /usr/local/
+
+-VIDIX_DIR = /usr/local
++VIDIX_DIR = /usr
+
+ # -----------------------------------------------------------------------------
+ # Set up these paths to your enviroment!
+@@ -96,7 +96,7 @@
+ #FFMPEGCFLAGS=-I../../../../ffmpeg/libavcodec
+ #
+ # If you installed ffmpeg's lib (make installlib)
+-FFMPEGCFLAGS=-I/usr/local/include/ffmpeg/
++FFMPEGCFLAGS=-I/usr/include/ffmpeg/
+ #FFMPEGCFLAGS=-I/home/extra/src/video/ffmpeg-0.4.8/libavcodec
+ #
+ #
+@@ -136,8 +136,8 @@
+ endif
+
+ ifdef DFB_SUPPORT
+- DFB_LIBS = -L/usr/local/lib -ldfb++
+- DFB_CFLAGS = -I/usr/local/include/dfb++ -I/usr/local/include/directfb
++ DFB_LIBS = -L/usr/lib -ldfb++
++ DFB_CFLAGS = -I/usr/include/dfb++ -I/usr/include/directfb
+ DEFINES += -DDFB_SUPPORT
+ endif
+
+