[Mplayer-cvslog] CVS: main configure,1.442,1.443

Atmosfear atmos4 at mplayerhq.hu
Fri Apr 26 17:35:09 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv25206

Modified Files:
	configure 
Log Message:
Disable vidix on cygwin for now.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.442
retrieving revision 1.443
diff -u -r1.442 -r1.443
--- configure	25 Apr 2002 09:30:47 -0000	1.442
+++ configure	26 Apr 2002 15:35:00 -0000	1.443
@@ -139,7 +139,7 @@
   --disable-libdv        disable libdv 0.9.5 support [autodetect]
   --disable-streaming    disable network streaming support
                          (support for: http/mms/rtp) [enable]
-  --disable-vidix        disable VIDIX stuff [enable on x86]
+  --disable-vidix        disable VIDIX stuff [enable on x86 *nix]
   --disable-new-input    disable new input system [enable]
   --enable-joystick      enable joystick support in new input [disable]
   --enable-i18n          GNU internationalisation [disable]
@@ -1169,8 +1169,9 @@
 
 if test "$_vidix" = auto ; then
   _vidix=no
-  # should check for x86 systems supporting vidix (does cygwin or qnx have vidix?)
+  # should check for x86 systems supporting vidix (does qnx have vidix?)
   x86 && _vidix=yes
+  cygwin && _vidix=no
 fi
 
 # checking for a working awk, I'm using mawk first, because it's fastest - atmos




More information about the MPlayer-cvslog mailing list