[Mplayer-cvslog] CVS: main configure,1.659,1.660
Atmosfear
atmos4 at mplayerhq.hu
Wed Feb 12 17:50:35 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv2764
Modified Files:
configure
Log Message:
add gentoo default real dirs
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.659
retrieving revision 1.660
diff -u -r1.659 -r1.660
--- configure 11 Feb 2003 18:56:17 -0000 1.659
+++ configure 12 Feb 2003 16:50:31 -0000 1.660
@@ -3965,7 +3965,8 @@
if test "$_real" = yes ; then
if test -z "$_reallibdir" ; then
for I in $_libdir/real /usr/lib/real /usr/lib/RealPlayer*/Codecs \
- /usr/local/RealPlayer*/Codecs /usr/local/lib/RealPlayer*/Codecs; do
+ /usr/local/RealPlayer*/Codecs /usr/local/lib/RealPlayer*/Codecs \
+ /opt/RealPlayer*/Codecs; do
if test -d "$I" ; then
_reallibdir="$I"
break;
More information about the MPlayer-cvslog
mailing list