[Mplayer-cvslog] CVS: main configure,1.526,1.527

Arpi of Ize arpi at mplayerhq.hu
Tue Jul 30 21:06:54 CEST 2002


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

Modified Files:
	configure 
Log Message:
It makes sense to me to try and use any locally installed win32 DLLs
found under $prefix before trying the system-wide ones.
patch by Jim Radford <radford at robotics.caltech.edu>


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.526
retrieving revision 1.527
diff -u -r1.526 -r1.527
--- configure	30 Jul 2002 12:24:26 -0000	1.526
+++ configure	30 Jul 2002 19:06:51 -0000	1.527
@@ -3239,7 +3239,7 @@
   _win32=no
   if x86 ; then
     if test -z "$_win32libdir" ; then
-      for I in /usr/local/lib/win32 /usr/lib/win32 ; do
+      for I in "$_libdir/win32" /usr/local/lib/win32 /usr/lib/win32 ; do
         if test -d "$I" ; then
           _win32libdir="$I"
           break;




More information about the MPlayer-cvslog mailing list