[Mplayer-cvslog] CVS: 0_90 configure,1.669,1.670

Diego Biurrun CVS diego at mplayerhq.hu
Fri Jun 13 02:34:46 CEST 2003


Update of /cvsroot/mplayer/0_90
In directory mail:/var/tmp.root/cvs-serv9165

Modified Files:
	configure 
Log Message:
Make configure output codec paths more consistently.
Patch by Nilmoni Deb <ndeb at ece.cmu.edu>.
Ported from main.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/0_90/configure,v
retrieving revision 1.669
retrieving revision 1.670
diff -u -r1.669 -r1.670
--- configure	13 Jun 2003 00:03:15 -0000	1.669
+++ configure	13 Jun 2003 00:34:43 -0000	1.670
@@ -4080,7 +4080,7 @@
     echores "no (dynamic loader support needed)"
   fi
 else
-  echores "$_xanim"
+  echores "$_xanim (using $_xanimlibdir)"
 fi
 if test "$_xanim" = yes ; then
   _def_xanim='#define USE_XANIM 1'
@@ -4124,7 +4124,7 @@
     echores "no (dynamic loader support needed)"
   fi
 else
-  echores "$_real"
+  echores "$_real (using $_reallibdir)"
 fi
 if test "$_real" = yes ; then
   _def_real='#define USE_REALCODECS 1'



More information about the MPlayer-cvslog mailing list