nice to see ;-)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8213 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jaf 2002-11-16 08:53:24 +00:00
parent fa0923d83d
commit 77cbe0ff75
1 changed files with 2 additions and 0 deletions

2
configure vendored
View File

@ -4270,8 +4270,10 @@ echores "$_menu"
echocheck "QTX codecs"
if test "$_qtx_codecs" = yes ; then
_def_qtx_codecs='#define USE_QTX_CODECS 1'
_codecmodules="qtx $_codecmodules"
else
_def_qtx_codecs='#undef USE_QTX_CODECS'
_nocodecmodules="qtx $_nocodecmodules"
fi
echores "$_qtx_codecs"