diff configure @ 19028:b2dde05fbfc8

Make libavutil mandatory.
author diego
date Wed, 12 Jul 2006 14:19:08 +0000
parents 94d50878fb0e
children b8f5eff8a732
line wrap: on
line diff
--- a/configure	Wed Jul 12 14:06:43 2006 +0000
+++ b/configure	Wed Jul 12 14:19:08 2006 +0000
@@ -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