Cosmetics: consistent order for en-/disabled codecs list

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20101 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-10-07 16:43:39 +00:00
parent 3ace93a9a6
commit 181fdf2098
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -5572,7 +5572,7 @@ fi
if test "$_toolame" = yes ; then
_def_toolame='#define HAVE_TOOLAME 1'
_toolame_lib="-ltoolame"
_codecmodules="$_codecmodules toolame"
_codecmodules="toolame $_codecmodules"
else
_def_toolame='#undef HAVE_TOOLAME'
_nocodecmodules="toolame $_nocodecmodules"
@ -5594,7 +5594,7 @@ EOF
fi
if test "$_twolame" = yes ; then
_def_twolame='#define HAVE_TWOLAME 1'
_codecmodules="$_codecmodules twolame"
_codecmodules="twolame $_codecmodules"
else
_def_twolame='#undef HAVE_TWOLAME'
_twolame_lib=""