summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-23 15:13:51 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-23 15:13:51 +0000
commitffa3a86b12cfce81c64ca6ff0c6bc7f10f0ecc99 (patch)
treed09361dc50e1fbea36c16e5b486a409d450f247a /configure
parent813566e40be20d29e5d71d2bde462c60aa9ba4fc (diff)
downloadmpv-ffa3a86b12cfce81c64ca6ff0c6bc7f10f0ecc99.tar.bz2
mpv-ffa3a86b12cfce81c64ca6ff0c6bc7f10f0ecc99.tar.xz
damn logic (fix did not fix completely)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2428 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure15
1 files changed, 12 insertions, 3 deletions
diff --git a/configure b/configure
index e28d368a19..fc2f9918d1 100755
--- a/configure
+++ b/configure
@@ -606,12 +606,12 @@ done
_win32libdir=
if test "$_win32" = yes ; then
for I in /usr/local/lib/win32 /usr/lib/win32 ; do
- if test -d /usr/lib/win32 ; then
+ if test -d "$I" ; then
_win32libdir="$I"
break;
fi;
done
-fi
+fi
if test -d libavcodec && test -f libavcodec/Makefile ; then
@@ -2644,7 +2644,16 @@ directory or download them from:
EOF
fi
else
- echo "Ok, found Win32 codecs directory at $_win32libdir."
+ if test "$_win32libdir" ; then
+ echo "Ok, found Win32 codecs directory at $_win32libdir."
+ else
+ 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.zip
+EOF
+ fi
fi
else
cat <<EOF