# HG changeset patch # User reimar # Date 1160239419 0 # Node ID 2dfed9ef99767fa60d9892d332d5c93c690b551b # Parent aca9e9783f675e87bd8ef8832fcc1cea594aaa9c Cosmetics: consistent order for en-/disabled codecs list diff -r aca9e9783f67 -r 2dfed9ef9976 configure --- a/configure Sat Oct 07 15:33:14 2006 +0000 +++ b/configure Sat Oct 07 16:43:39 2006 +0000 @@ -5572,7 +5572,7 @@ 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 @@ 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=""