mirror of https://github.com/mpv-player/mpv
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:
parent
f3ce7bb90c
commit
e05a06cb4d
|
@ -6266,6 +6266,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echocheck "md5sum support"
|
echocheck "md5sum support"
|
||||||
|
test "$_libavutil" = yes || test "$_libavutil_so" = yes || _md5sum=no
|
||||||
if test "$_md5sum" = yes; then
|
if test "$_md5sum" = yes; then
|
||||||
_def_md5sum="#define HAVE_MD5SUM"
|
_def_md5sum="#define HAVE_MD5SUM"
|
||||||
_vosrc="$_vosrc vo_md5sum.c"
|
_vosrc="$_vosrc vo_md5sum.c"
|
||||||
|
|
Loading…
Reference in New Issue