[MPlayer-cvslog] CVS: main configure,1.952,1.953

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sun Jan 16 23:01:55 CET 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	configure 
Log Message:
detect and use the codecs paths instead of win32.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.952
retrieving revision 1.953
diff -u -r1.952 -r1.953
--- configure	14 Jan 2005 09:55:36 -0000	1.952
+++ configure	16 Jan 2005 22:01:52 -0000	1.953
@@ -5383,7 +5383,7 @@
 
 if test "$_win32" != no ; then
     if test -z "$_win32libdir" ; then
-      for I in "$_libdir/codecs" "$_libdir/win32" /usr/local/lib/win32 /usr/lib/win32 ; do
+      for I in "$_libdir/codecs" "$_libdir/win32" /usr/local/lib/codecs /usr/lib/codecs /usr/local/lib/win32 /usr/lib/win32 ; do
         if test -d "$I" ; then
           _win32libdir="$I"
           break;




More information about the MPlayer-cvslog mailing list