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

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26208 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
zuxy 2008-03-10 08:16:55 +00:00
parent e0879ad8d3
commit 05854c17bb
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"