summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-07 16:43:39 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-07 16:43:39 +0000
commit181fdf20989271cbae79fea5d7bc09d6ac4723d0 (patch)
tree6f6c2b2430dc8e407a57bc39aa907bd324204957 /configure
parent3ace93a9a6ac373860b7742d787a4ba840657b3b (diff)
downloadmpv-181fdf20989271cbae79fea5d7bc09d6ac4723d0.tar.bz2
mpv-181fdf20989271cbae79fea5d7bc09d6ac4723d0.tar.xz
Cosmetics: consistent order for en-/disabled codecs list
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20101 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 7d47a533ff..ec2555acdb 100755
--- a/configure
+++ b/configure
@@ -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=""