summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-02 20:49:35 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-02 20:49:35 +0000
commitaf70335917fb516852a791ad0fa7232aece0a3ba (patch)
tree0cdada15474ceb5637cff16087697c085614a25c /configure
parent61aae1d6f387769ddf884b752e6845621b131496 (diff)
downloadmpv-af70335917fb516852a791ad0fa7232aece0a3ba.tar.bz2
mpv-af70335917fb516852a791ad0fa7232aece0a3ba.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure15
1 files changed, 1 insertions, 14 deletions
diff --git a/configure b/configure
index d3aef07c77..ce8b669fb2 100755
--- a/configure
+++ b/configure
@@ -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