[Mplayer-cvslog] CVS: main configure,1.717,1.718

Alex Beregszaszi alex at mplayerhq.hu
Fri May 30 20:18:01 CEST 2003


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

Modified Files:
	configure 
Log Message:
simplification and clarification

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.717
retrieving revision 1.718
diff -u -r1.717 -r1.718
--- configure	30 May 2003 18:15:58 -0000	1.717
+++ configure	30 May 2003 18:17:58 -0000	1.718
@@ -5950,27 +5950,15 @@
 if x86; then
   if test "$_win32" = no ; then
     if test "$_win32libdir" ; then
-      cat <<EOF
-Failed to find a Win32 codecs dir at $_win32libdir!
-Create it and copy the DLL files there! (You can get them from your Windows
-directory or download them from:
-  ftp://ftp.MPlayerHQ.hu/MPlayer/releases/w32codec.tar.bz2
-
-EOF
-    fi
-  else
-    if test "$_win32libdir" ; then
-#      echo "Ok, found Win32 codecs directory at $_win32libdir."
-      :
+      echo "Failed to find a Win32 codecs dir at $_win32libdir!"
     else
-      cat <<EOF
-Failed to find a Win32 codecs directory!
-Create it and copy the DLL files there! (You can get them from your Windows
-directory or download them from:
-  ftp://ftp.MPlayerHQ.hu/MPlayer/releases/w32codec.tar.bz2
+      echo "Failed to find a Win32 codecs directory! (default: /usr/local/lib/codecs/)"
+    fi
+    cat << EOF
+Create it and copy the DLL files there! You can download the codecs from our
+homepage at http://www.mplayerhq.hu/MPlayer/releases/codecs/
 
 EOF
-    fi
   fi
 else
   cat <<EOF



More information about the MPlayer-cvslog mailing list