Error out if the libavutil subdirectory is unavailable.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22810 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-24 19:29:55 +00:00
parent 4b08d9021a
commit e9b9881ec7
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"