diff configure @ 26176:303dfa60a7b8

Disable QTX emulation on win32; fix builds on cygwin and mingw32.
author zuxy
date Mon, 10 Mar 2008 08:16:55 +0000
parents 0ea73bcbe34c
children 5ccc75e9b53f
line wrap: on
line diff
--- a/configure	Mon Mar 10 07:30:24 2008 +0000
+++ b/configure	Mon Mar 10 08:16:55 2008 +0000
@@ -6276,7 +6276,7 @@
 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"