[Mplayer-cvslog] CVS: main configure,1.741,1.742
Diego Biurrun CVS
diego at mplayerhq.hu
Wed Aug 6 01:53:38 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv20280
Modified Files:
configure
Log Message:
_win32libdir (not _libdir/win32) should be searched after other locations.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.741
retrieving revision 1.742
diff -u -r1.741 -r1.742
--- configure 4 Aug 2003 01:29:58 -0000 1.741
+++ configure 5 Aug 2003 23:53:06 -0000 1.742
@@ -4428,9 +4428,10 @@
fi
if test "$_real" = yes ; then
if test -z "$_reallibdir" ; then
- for I in "$_libdir/codecs" "$_libdir/real" "$_libdir/win32" /usr/lib/real \
+ for I in "$_libdir/codecs" "$_libdir/real" /usr/lib/real \
/usr/lib/RealPlayer{9,8,}/Codecs /usr/local/RealPlayer{9,8,}/Codecs \
- /usr/local/lib/RealPlayer{9,8,}/Codecs /opt/RealPlayer{9,8,}/{Real/,}Codecs ; do
+ /usr/local/lib/RealPlayer{9,8,}/Codecs /opt/RealPlayer{9,8,}/{Real/,}Codecs \
+ "$_win32libdir"; do
if test -d "$I" ; then
_reallibdir="$I"
break
More information about the MPlayer-cvslog
mailing list