[MPlayer-cvslog] r19033 - trunk/configure
diego
subversion at mplayerhq.hu
Wed Jul 12 16:19:08 CEST 2006
Author: diego
Date: Wed Jul 12 16:19:08 2006
New Revision: 19033
Modified:
trunk/configure
Log:
Make libavutil mandatory.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Jul 12 16:19:08 2006
@@ -6173,6 +6173,10 @@
_res_comment="using libavutil.so, but static libavutil is recommended"
fi
fi
+# neither static nor shared libavutil is available, but it is mandatory ...
+if test "$_libavutil_so" = no ; then
+ die "You need static or shared libavutil, MPlayer will not compile without!"
+fi
echores "$_libavutil_so"
fi #if test "$_libavutil" != yes ; then
More information about the MPlayer-cvslog
mailing list