summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-26 10:53:32 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-26 10:53:32 +0000
commit21c9bd3b8b9a7722e0067f05e884fc459dcadc91 (patch)
treebd3c7c22fdce85f0c286f08e8d589369717f0b6d /configure
parentbe85def657c5316ce819a3a5c2577d69270d4de1 (diff)
downloadmpv-21c9bd3b8b9a7722e0067f05e884fc459dcadc91.tar.bz2
mpv-21c9bd3b8b9a7722e0067f05e884fc459dcadc91.tar.xz
Only compile libmpcodecs/ve_qtvideo.c on Windows.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26545 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index e456c83f3e..695de456d9 100755
--- a/configure
+++ b/configure
@@ -6316,11 +6316,13 @@ echores "$_real"
echocheck "QuickTime codecs"
_qtx_emulation=no
+_def_qtx_win32='#undef USE_QTX_CODECS_WIN32'
if test "$_qtx" = auto ; then
test "$_win32dll" = yes || darwin && _qtx=yes
fi
if test "$_qtx" = yes ; then
_def_qtx='#define USE_QTX_CODECS 1'
+ win32 && _qtx_codecs_win32=yes && _def_qtx_win32='#define USE_QTX_CODECS_WIN32 1'
_codecmodules="qtx $_codecmodules"
darwin || win32 || _qtx_emulation=yes
else
@@ -7789,6 +7791,7 @@ DVDNAV = $_dvdnav
WIN32DLL = $_win32dll
WIN32_EMULATION = $_win32_emulation
QTX_CODECS = $_qtx
+QTX_CODECS_WIN32 = $_qtx_codecs_win32
QTX_EMULATION = $_qtx_emulation
REAL_CODECS = $_real
XANIM_CODECS = $_xanim
@@ -8568,6 +8571,7 @@ $_def_joystick
/* enables / disables QTX codecs */
$_def_qtx
+$_def_qtx_win32
/* enables / disables osd menu */
$_def_menu