[Mplayer-cvslog] CVS: main configure,1.308,1.309

Alex Beregszaszi alex at mplayer.dev.hu
Sat Dec 1 15:41:56 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv29336

Modified Files:
	configure 
Log Message:
fixed xanim detection (also present on non-x86 too - look at xanim homepage) and added tv into _inputmodules

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -r1.308 -r1.309
--- configure	1 Dec 2001 02:32:40 -0000	1.308
+++ configure	1 Dec 2001 14:41:54 -0000	1.309
@@ -2113,20 +2113,16 @@
 if test "$_xanim" = auto ; then
   _xanim=no
   if test "$_dl" = yes ; then
-    if x86 ; then
-      if test -z "$_xanimlibdir" ; then
-        for I in /usr/local/lib/xanim/mods /usr/lib/xanim/mods /usr/lib/xanim ; do
+    if test -z "$_xanimlibdir" ; then
+	for I in /usr/local/lib/xanim/mods /usr/lib/xanim/mods /usr/lib/xanim ; do
           if test -d "$I" ; then
             _xanimlibdir="$I"
             break;
           fi;
         done
-      fi
-      test "$_xanimlibdir" && _xanim=yes
-      echores "yes (found: $_xanimlibdir)"
-    else
-      echores "not supported on non-x86"
     fi
+    test "$_xanimlibdir" && _xanim=yes
+    echores "yes (found: $_xanimlibdir)"
   else
     echores "dl support needed"
   fi
@@ -2320,6 +2316,7 @@
 # FIXME tv check
 if test "$_tv" = yes ; then
   _def_tv='#define USE_TV 1'
+  _inputmodules="tv $_inputmodules"
 else
   _def_tv='#undef USE_TV'
 fi




More information about the MPlayer-cvslog mailing list