[Mplayer-cvslog] CVS: 0_90 configure,1.671,1.672
Diego Biurrun CVS
diego at mplayerhq.hu
Thu Aug 7 00:03:08 CEST 2003
Update of /cvsroot/mplayer/0_90
In directory mail:/var/tmp.root/cvs-serv16349
Modified Files:
configure
Log Message:
Fix for bug introduced while porting from main:
_win32libdir (not _libdir/win32) should be searched after other locations.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/0_90/configure,v
retrieving revision 1.671
retrieving revision 1.672
diff -u -r1.671 -r1.672
--- configure 27 Jul 2003 23:00:51 -0000 1.671
+++ configure 6 Aug 2003 22:03:06 -0000 1.672
@@ -4104,9 +4104,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*/Codecs /usr/local/RealPlayer*/Codecs \
- /usr/local/lib/RealPlayer*/Codecs /opt/RealPlayer*/Codecs; do
+ /usr/local/lib/RealPlayer*/Codecs /opt/RealPlayer*/Codecs \
+ "$_win32libdir"; do
if test -d "$I" ; then
_reallibdir="$I"
break;
More information about the MPlayer-cvslog
mailing list