changeset 22792:0dfa9f065505

Error out if the libavutil subdirectory is unavailable.
author diego
date Sat, 24 Mar 2007 19:29:55 +0000
parents 39cdbfe7d24e
children 0813069ea278
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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"