# HG changeset patch # User zuxy # Date 1205137015 0 # Node ID 303dfa60a7b86765c04dd0f79c73a565064cd69f # Parent b62cfba8df31c914a86aa3220ef473b909d9f9c3 Disable QTX emulation on win32; fix builds on cygwin and mingw32. diff -r b62cfba8df31 -r 303dfa60a7b8 configure --- 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"