changeset 21434:efa3a5d013fe

Remove warning about missing codecs directory, the condition is always true.
author diego
date Sat, 02 Dec 2006 20:49:35 +0000
parents 51975bc20a27
children d4f3d52bedbf
files configure
diffstat 1 files changed, 1 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Dec 02 20:32:28 2006 +0000
+++ b/configure	Sat Dec 02 20:49:35 2006 +0000
@@ -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