summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-30 18:17:58 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-30 18:17:58 +0000
commit0093c1e72b24757d97093591c53321df6f54905b (patch)
tree7ce5bbbd8905719c0e8a0c0b8afb64f6d467017d /configure
parent177619f50f2c178685e76749415b30d2ddca1f21 (diff)
downloadmpv-0093c1e72b24757d97093591c53321df6f54905b.tar.bz2
mpv-0093c1e72b24757d97093591c53321df6f54905b.tar.xz
simplification and clarification
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10215 b3059339-0415-0410-9bf9-f77b7e298cf2
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