[MPlayer-cvslog] r21450 - trunk/configure

diego subversion at mplayerhq.hu
Sat Dec 2 21:49:36 CET 2006


Author: diego
Date: Sat Dec  2 21:49:35 2006
New Revision: 21450

Modified:
   trunk/configure

Log:
Remove warning about missing codecs directory, the condition is always true.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Dec  2 21:49:35 2006
@@ -8286,20 +8286,7 @@
   echo
 fi
 
-if x86; then
-  if test "$_win32" = no ; then
-    if test "$_win32codecsdir" ; then
-      echo "Failed to find a Win32 codecs directory at $_win32codecsdir!"
-    else
-      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
-else
+if not x86; then
   cat <<EOF
 NOTE: Win32 codec DLLs are not supported on your CPU ($host_arch) or your
 operating system ($system_name). You may encounter a few files that cannot



More information about the MPlayer-cvslog mailing list