0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

remove check. libavutil is now mandatory

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19035 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ivo 2006-07-12 15:42:47 +00:00
parent 2937e6cc98
commit fd4f92a6b8

1
configure vendored
View File

@ -6313,7 +6313,6 @@ else
fi
echocheck "md5sum support"
test "$_libavutil" = yes || test "$_libavutil_so" = yes || _md5sum=no
if test "$_md5sum" = yes; then
_def_md5sum="#define HAVE_MD5SUM"
_vosrc="$_vosrc vo_md5sum.c"