[Mplayer-cvslog] CVS: main configure,1.197,1.198
pl
pl at mplayer.dev.hu
Tue Oct 23 17:13:57 CEST 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv15788
Modified Files:
configure
Log Message:
damn logic (fix did not fix completely)
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- configure 23 Oct 2001 14:56:58 -0000 1.197
+++ configure 23 Oct 2001 15:13:51 -0000 1.198
@@ -606,12 +606,12 @@
_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 @@
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
More information about the MPlayer-cvslog
mailing list