summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/vdr-softdevice/files/softdevice-cvs-xinerama-configure-opts.patch')
-rw-r--r--media-plugins/vdr-softdevice/files/softdevice-cvs-xinerama-configure-opts.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/media-plugins/vdr-softdevice/files/softdevice-cvs-xinerama-configure-opts.patch b/media-plugins/vdr-softdevice/files/softdevice-cvs-xinerama-configure-opts.patch
deleted file mode 100644
index f8fe212..0000000
--- a/media-plugins/vdr-softdevice/files/softdevice-cvs-xinerama-configure-opts.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -ru softdevice-cvs-20060814/configure softdevice-cvs-20060814-try1/configure
---- softdevice-cvs-20060814/configure 2006-08-14 20:50:22.000000000 +0200
-+++ softdevice-cvs-20060814-try1/configure 2006-08-15 21:49:28.000000000 +0200
-@@ -51,6 +51,7 @@
- echo " --disable-mmx"
- echo " --disable-mmx2"
- echo " --disable-alsa"
-+ echo " --disable-xinerama"
- echo " --with-ffmpeg-path YOUR_FFMPEG_PATH"
- echo " --with-vidix-path YOUR_VIDIX_PATH"
- echo " --help"
-@@ -71,6 +72,7 @@
- --disable-mmx) shift; with_mmx="no";;
- --disable-mmx2) shift; with_mmx2="no";;
- --disable-alsa) shift; alsa="no";;
-+ --disable-xinerama) shift; xinerama="no";;
- --with-ffmpeg-path) shift;
- ffmpeg_path=$1 ;
- ffmpeg_use_path="yes" ;