[MPlayer-cvslog] r18743 - trunk/configure

diego subversion at mplayerhq.hu
Sat Jun 17 19:11:45 CEST 2006


Author: diego
Date: Sat Jun 17 19:11:44 2006
New Revision: 18743

Modified:
   trunk/configure

Log:
Disentangle _win32 and _dshow, the test for _dshow is disabled anyway.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Jun 17 19:11:44 2006
@@ -2085,8 +2085,8 @@
         _3dnow=no _3dnowext=no _mmx=no _mmxext=no ;;
 
   --enable-win32) _win32=yes ;;
-  --disable-win32) _win32=no _dshow=no ;;
-  --enable-dshow) _win32=yes _dshow=yes ;;
+  --disable-win32) _win32=no ;;
+  --enable-dshow) _dshow=yes ;;
   --disable-dshow) _dshow=no ;;
 
   --with-x11incdir=*)



More information about the MPlayer-cvslog mailing list