[MPlayer-cvslog] r21451 - trunk/configure

diego subversion at mplayerhq.hu
Sat Dec 2 21:54:51 CET 2006


Author: diego
Date: Sat Dec  2 21:54:51 2006
New Revision: 21451

Modified:
   trunk/configure

Log:
Use fallback XAnim and Real codecs directories when autodetection is skipped.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Dec  2 21:54:51 2006
@@ -5966,11 +5966,11 @@
   _xanim=no
   _res_comment="dynamic loader support needed"
   if test "$_dl" = yes ; then
-    test -z "$_xanimcodecsdir" && _xanimcodecsdir=$_codecsdir
     _xanim=yes
   fi
 fi
 if test "$_xanim" = yes ; then
+  test -z "$_xanimcodecsdir" && _xanimcodecsdir=$_codecsdir
   _def_xanim='#define USE_XANIM 1'
   _def_xanim_path="#define XACODEC_PATH \"$_xanimcodecsdir\""
   _codecmodules="xanim $_codecmodules"
@@ -5989,11 +5989,11 @@
   _res_comment="dynamic loader support needed"
   if test "$_dl" = yes || test "$_win32" = yes &&
      (linux || freebsd || netbsd || win32 || darwin) ; then
-    test -z "$_realcodecsdir" && _realcodecsdir="$_codecsdir"
     _real=yes
   fi
 fi
 if test "$_real" = yes ; then
+  test -z "$_realcodecsdir" && _realcodecsdir="$_codecsdir"
   _def_real='#define USE_REALCODECS 1'
   _def_real_path="#define REALCODEC_PATH \"$_realcodecsdir\""
   _codecmodules="real $_codecmodules"



More information about the MPlayer-cvslog mailing list