# HG changeset patch # User ivo # Date 1151869852 0 # Node ID 7f57e6af511ecc5a9149adfa7b6aca915b464679 # Parent cc65a585fdcc1d94e5e63b40b0445e30eaa8ec7c cosmetics: move md5sum check down so it can depend on libavutil later diff -r cc65a585fdcc -r 7f57e6af511e configure --- a/configure Sun Jul 02 08:17:07 2006 +0000 +++ b/configure Sun Jul 02 19:50:52 2006 +0000 @@ -4390,19 +4390,6 @@ -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 @@ 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