[MPlayer-cvslog] r26208 - trunk/configure

zuxy subversion at mplayerhq.hu
Mon Mar 10 09:16:55 CET 2008


Author: zuxy
Date: Mon Mar 10 09:16:55 2008
New Revision: 26208

Log:
Disable QTX emulation on win32; fix builds on cygwin and mingw32.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Mar 10 09:16:55 2008
@@ -6276,7 +6276,7 @@ fi
 if test "$_qtx" = yes ; then
     _def_qtx='#define USE_QTX_CODECS 1'
     _codecmodules="qtx $_codecmodules"
-    darwin || _qtx_emulation=yes
+    darwin || win32 || _qtx_emulation=yes
 else
     _def_qtx='#undef USE_QTX_CODECS'
     _nocodecmodules="qtx $_nocodecmodules"



More information about the MPlayer-cvslog mailing list