summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-02 19:50:52 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-02 19:50:52 +0000
commitf3ce7bb90c957517c3bdacbb04b8e5f4bdbc321e (patch)
treef6fb1af6b76b1281d1972341e0b31a5f17f00f5f /configure
parent3afd65b3afd338a32af0df8c8f0fdd4d2649c74e (diff)
downloadmpv-f3ce7bb90c957517c3bdacbb04b8e5f4bdbc321e.tar.bz2
mpv-f3ce7bb90c957517c3bdacbb04b8e5f4bdbc321e.tar.xz
cosmetics: move md5sum check down so it can depend on libavutil later
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18885 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure24
1 files changed, 11 insertions, 13 deletions
diff --git a/configure b/configure
index c441695ae7..4e93a2442e 100755
--- a/configure
+++ b/configure
@@ -4390,19 +4390,6 @@ echores "$_pnm"
-echocheck "md5sum support"
-if test "$_md5sum" = yes; then
- _def_md5sum="#define HAVE_MD5SUM"
- _vosrc="$_vosrc vo_md5sum.c md5sum.c"
- _vomodules="md5sum $_vomodules"
-else
- _def_md5sum="#undef HAVE_MD5SUM"
- _novomodules="md5sum $_novomodules"
-fi
-echores "$_md5sum"
-
-
-
echocheck "GIF support"
# This is to appease people who want to force gif support.
# If it is forced to yes, then we still do checks to determine
@@ -6278,6 +6265,17 @@ else
fi
fi
+echocheck "md5sum support"
+if test "$_md5sum" = yes; then
+ _def_md5sum="#define HAVE_MD5SUM"
+ _vosrc="$_vosrc vo_md5sum.c"
+ _vomodules="md5sum $_vomodules"
+else
+ _def_md5sum="#undef HAVE_MD5SUM"
+ _novomodules="md5sum $_novomodules"
+fi
+echores "$_md5sum"
+
echocheck "AMR narrowband"
if test "$_amr_nb" = auto ; then
_amr_nb=no