[MPlayer-dev-eng] [PATCH] look for win32 dir under prefix

Jim Radford radford at robotics.caltech.edu
Thu Jul 18 03:38:21 CEST 2002


It makes sense to me to try and use any locally installed win32 DLLs
found under $prefix before trying the system-wide ones.

-Jim


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.523
diff -u -r1.523 configure
--- configure   13 Jul 2002 12:02:57 -0000      1.523
+++ configure   18 Jul 2002 01:39:30 -0000
@@ -3238,7 +3238,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-dev-eng mailing list