Remove warning about missing codecs directory, the condition is always true.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21450 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-12-02 20:49:35 +00:00
parent 61aae1d6f3
commit af70335917
1 changed files with 1 additions and 14 deletions

15
configure vendored
View File

@ -8286,20 +8286,7 @@ if test "$_mtrr" = yes ; then
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