mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
simplification and clarification
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10215 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
177619f50f
commit
0093c1e72b
24
configure
vendored
24
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user