Mercurial > mplayer.hg
changeset 20095:2dfed9ef9976
Cosmetics: consistent order for en-/disabled codecs list
author | reimar |
---|---|
date | Sat, 07 Oct 2006 16:43:39 +0000 |
parents | aca9e9783f67 |
children | cd4649fd1f26 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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=""