simplification and clarification

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10215 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-05-30 18:17:58 +00:00
parent 177619f50f
commit 0093c1e72b
1 changed files with 6 additions and 18 deletions

24
configure vendored
View File

@ -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