[MPlayer-cvslog] r27905 - trunk/configure
diego
subversion at mplayerhq.hu
Thu Nov 13 01:15:09 CET 2008
Author: diego
Date: Thu Nov 13 01:15:09 2008
New Revision: 27905
Log:
Print out that vo_macosx is disabled when Mac OS X APIs are not available.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Nov 13 01:15:09 2008
@@ -3521,7 +3521,7 @@ if test "$_macosx" = auto ; then
else
_macosx=no
_noaomodules="macosx $_noaomodules"
- _novomodules="quartz $_novomodules"
+ _novomodules="macosx quartz $_novomodules"
fi
fi
if test "$_macosx" = yes ; then
More information about the MPlayer-cvslog
mailing list