[Mplayer-cvslog] CVS: main configure,1.723,1.724

Diego Biurrun CVS diego at mplayerhq.hu
Wed Jun 11 04:21:00 CEST 2003


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

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


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.723
retrieving revision 1.724
diff -u -r1.723 -r1.724
--- configure	9 Jun 2003 12:15:40 -0000	1.723
+++ configure	11 Jun 2003 02:20:28 -0000	1.724
@@ -4299,7 +4299,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'
@@ -4343,7 +4343,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