[MPlayer-cvslog] r20101 - trunk/configure

reimar subversion at mplayerhq.hu
Sat Oct 7 18:43:39 CEST 2006


Author: reimar
Date: Sat Oct  7 18:43:39 2006
New Revision: 20101

Modified:
   trunk/configure

Log:
Cosmetics: consistent order for en-/disabled codecs list


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Oct  7 18:43:39 2006
@@ -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=""



More information about the MPlayer-cvslog mailing list