From 181fdf20989271cbae79fea5d7bc09d6ac4723d0 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 7 Oct 2006 16:43:39 +0000 Subject: [PATCH] Cosmetics: consistent order for en-/disabled codecs list git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20101 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++-- 1 file 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=""