summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-03 17:51:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-03 17:51:36 +0000
commite8347731663bbaa571129a14030114fd4ae49857 (patch)
tree674f71a8825d2e8e4340dca97f048d71931a1336 /configure
parentd47c6f5f3275bfb384d8e8eb932912960be28b12 (diff)
downloadmpv-e8347731663bbaa571129a14030114fd4ae49857.tar.bz2
mpv-e8347731663bbaa571129a14030114fd4ae49857.tar.xz
Move decision about whether or not to compile wrapper.S to configure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26148 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index b4efe67200..a69f74e339 100755
--- a/configure
+++ b/configure
@@ -6268,12 +6268,14 @@ echores "$_real"
echocheck "QuickTime codecs"
+_qtx_emulation=no
if test "$_qtx" = auto ; then
test "$_win32dll" = yes || darwin && _qtx=yes
fi
if test "$_qtx" = yes ; then
_def_qtx='#define USE_QTX_CODECS 1'
_codecmodules="qtx $_codecmodules"
+ darwin || _qtx_emulation=yes
else
_def_qtx='#undef USE_QTX_CODECS'
_nocodecmodules="qtx $_nocodecmodules"
@@ -7747,6 +7749,7 @@ DVDCSS_INTERNAL = $_libdvdcss_internal
DVDNAV = $_dvdnav
WIN32DLL = $_win32dll
QTX_CODECS = $_qtx
+QTX_EMULATION = $_qtx_emulation
REAL_CODECS = $_real
XANIM_CODECS = $_xanim
LIBAVUTIL = $_libavutil