summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-24 19:29:55 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-24 19:29:55 +0000
commite9b9881ec77f4171ebc8ce78905e1f1c3c9abe12 (patch)
tree2c610f95ea6f84ea1df5cfe3ba74514441c72204 /configure
parent4b08d9021a2256e9681c4200aff2b0f9cdfb1dd4 (diff)
downloadmpv-e9b9881ec77f4171ebc8ce78905e1f1c3c9abe12.tar.bz2
mpv-e9b9881ec77f4171ebc8ce78905e1f1c3c9abe12.tar.xz
Error out if the libavutil subdirectory is unavailable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22810 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2b4185adc2..c63d606485 100755
--- a/configure
+++ b/configure
@@ -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"