[MPlayer-cvslog] r22810 - trunk/configure
diego
subversion at mplayerhq.hu
Sat Mar 24 20:29:55 CET 2007
Author: diego
Date: Sat Mar 24 20:29:55 2007
New Revision: 22810
Modified:
trunk/configure
Log:
Error out if the libavutil subdirectory is unavailable.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sat Mar 24 20:29:55 2007
@@ -6149,7 +6149,7 @@ if test "$_libavutil" = auto ; then
if test -d libavutil ; then
_libavutil=yes
else
- _libavutil=no
+ die "MPlayer will not compile without libavutil in the source tree."
fi
fi
echores "$_libavutil"
More information about the MPlayer-cvslog
mailing list