Mercurial > mplayer.hg
changeset 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 | b62cfba8df31 |
children | 9ca242299b22 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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"