diff configure @ 22792:0dfa9f065505

Error out if the libavutil subdirectory is unavailable.
author diego
date Sat, 24 Mar 2007 19:29:55 +0000
parents 42bbd2c1c5e6
children 4930b83a81d2
line wrap: on
line diff
--- a/configure	Sat Mar 24 17:58:46 2007 +0000
+++ b/configure	Sat Mar 24 19:29:55 2007 +0000
@@ -6149,7 +6149,7 @@
   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"