1
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 22:37:28 +01:00

Make libavutil mandatory.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19033 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-07-12 14:19:08 +00:00
parent 558960583b
commit 52ac6f9919

4
configure vendored
View File

@ -6173,6 +6173,10 @@ EOF
_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