summaryrefslogtreecommitdiff
blob: f8fe212feb29bb00ac1ef6f1962da0a6499d7e5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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" ;