disable vo_md5sum if there is no libavutil

(for upcoming change to use libavutil/md5 and removal of md5sum.[ch])



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18886 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ivo 2006-07-02 20:21:27 +00:00
parent f3ce7bb90c
commit e05a06cb4d
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -6266,6 +6266,7 @@ 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"