Mercurial > mplayer.hg
changeset 18881:27a9bb3b9b9a
disable vo_md5sum if there is no libavutil
(for upcoming change to use libavutil/md5 and removal of md5sum.[ch])
author | ivo |
---|---|
date | Sun, 02 Jul 2006 20:21:27 +0000 |
parents | 7f57e6af511e |
children | 21f45afa0f87 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Jul 02 19:50:52 2006 +0000 +++ b/configure Sun Jul 02 20:21:27 2006 +0000 @@ -6266,6 +6266,7 @@ 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"