Mercurial > mplayer.hg
changeset 19030:b5758baabf26
remove check. libavutil is now mandatory
author | ivo |
---|---|
date | Wed, 12 Jul 2006 15:42:47 +0000 |
parents | b8f5eff8a732 |
children | 45d4d4a4fead |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Jul 12 15:20:34 2006 +0000 +++ b/configure Wed Jul 12 15:42:47 2006 +0000 @@ -6313,7 +6313,6 @@ 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"