[MPlayer-cvslog] CVS: main configure,1.1192,1.1193

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri May 12 00:34:40 CEST 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv24066

Modified Files:
	configure 
Log Message:
Fall back on the codecs subdirectory of the current directory for Real
and Win32 DLLs on Windows.
based on a patch by Zuxy Meng zuxy**.**meng**@**gmail**.**com


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1192
retrieving revision 1.1193
diff -u -r1.1192 -r1.1193
--- configure	11 May 2006 08:05:05 -0000	1.1192
+++ configure	11 May 2006 22:34:38 -0000	1.1193
@@ -5834,6 +5834,8 @@
           break;
         fi;
       done
+      # Fall back on a subfolder of the current dir on Windows
+      mingw32 && _win32libdir="codecs"
     fi
 fi
 
@@ -5971,6 +5973,8 @@
             _reallibdir="$I"
             break
           fi
+          # Fall back on a subfolder of the current dir on Windows
+          mingw32 && _reallibdir="codecs"
         done
       fi
       test "$_reallibdir" && _real=yes




More information about the MPlayer-cvslog mailing list