From 05854c17bb51ce929c80a970adcd894b7f263ef9 Mon Sep 17 00:00:00 2001 From: zuxy Date: Mon, 10 Mar 2008 08:16:55 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index c4e76bc8cb..ac3ed6b4e8 100755 --- a/configure +++ b/configure @@ -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" -- cgit v1.2.3