[Mplayer-cvslog] CVS: main configure,1.704,1.705

Atmosfear atmos4 at mplayerhq.hu
Mon May 12 16:40:14 CEST 2003


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

Modified Files:
	configure 
Log Message:
change logic for detecting real codecs dir (loop in to prefer RealPlayer 9 codecs
over RealPlayer 8 codecs) and add another codecs location as used by RealPlayer9
on gentoo.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.704
retrieving revision 1.705
diff -u -r1.704 -r1.705
--- configure	11 May 2003 18:53:12 -0000	1.704
+++ configure	12 May 2003 14:39:40 -0000	1.705
@@ -4301,10 +4301,11 @@
       if test -z "$_reallibdir" ; then
 	for I in "$_libdir/codecs" "$_libdir/real" /usr/lib/real \
 	  /usr/lib/RealPlayer*/Codecs /usr/local/RealPlayer*/Codecs \
-	  /usr/local/lib/RealPlayer*/Codecs /opt/RealPlayer*/Codecs; do
+	  /usr/local/lib/RealPlayer*/Codecs /opt/RealPlayer*/Codecs \
+	  /opt/RealPlayer*/Real/Codecs; do
           if test -d "$I" ; then
             _reallibdir="$I"
-            break;
+            #break; 8 comes before 9 so loop on ::atmos
           fi;
         done
       fi



More information about the MPlayer-cvslog mailing list