summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-02 20:21:27 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-02 20:21:27 +0000
commite05a06cb4d87fa27462897629275ea3369d2165b (patch)
treeb24c9f0cfc6a04e8c3c70ac7d8a6d4c18b8f4e5a /configure
parentf3ce7bb90c957517c3bdacbb04b8e5f4bdbc321e (diff)
downloadmpv-e05a06cb4d87fa27462897629275ea3369d2165b.tar.bz2
mpv-e05a06cb4d87fa27462897629275ea3369d2165b.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 4e93a2442e..6d51178856 100755
--- a/configure
+++ b/configure
@@ -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"