summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure24
1 files changed, 6 insertions, 18 deletions
diff --git a/configure b/configure
index ecfa857c6e..9f599fde97 100755
--- a/configure
+++ b/configure
@@ -5950,27 +5950,15 @@ fi
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