[MPlayer-cvslog] r28124 - trunk/configure

gpoirier subversion at mplayerhq.hu
Wed Dec 10 15:28:17 CET 2008


Author: gpoirier
Date: Wed Dec 10 15:28:17 2008
New Revision: 28124

Log:
10l: actually disable quartz vo when detection failed.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed Dec 10 15:28:17 2008
@@ -3636,7 +3636,7 @@ EOF
     _vomodules="quartz $_vomodules"
     _def_quicktime='#define CONFIG_QUICKTIME 1'
   else
-    _quartz=yes
+    _quartz=no
     _def_quartz='#undef CONFIG_QUARTZ'
     _novomodules="quartz $_novomodules"
     _def_quicktime='#undef CONFIG_QUICKTIME'



More information about the MPlayer-cvslog mailing list