Mercurial > mplayer.hg
comparison configure @ 18880:7f57e6af511e
cosmetics: move md5sum check down so it can depend on libavutil later
author | ivo |
---|---|
date | Sun, 02 Jul 2006 19:50:52 +0000 |
parents | 1629108cd5b0 |
children | 27a9bb3b9b9a |
comparison
equal
deleted
inserted
replaced
18879:cc65a585fdcc | 18880:7f57e6af511e |
---|---|
4388 fi | 4388 fi |
4389 echores "$_pnm" | 4389 echores "$_pnm" |
4390 | 4390 |
4391 | 4391 |
4392 | 4392 |
4393 echocheck "md5sum support" | |
4394 if test "$_md5sum" = yes; then | |
4395 _def_md5sum="#define HAVE_MD5SUM" | |
4396 _vosrc="$_vosrc vo_md5sum.c md5sum.c" | |
4397 _vomodules="md5sum $_vomodules" | |
4398 else | |
4399 _def_md5sum="#undef HAVE_MD5SUM" | |
4400 _novomodules="md5sum $_novomodules" | |
4401 fi | |
4402 echores "$_md5sum" | |
4403 | |
4404 | |
4405 | |
4406 echocheck "GIF support" | 4393 echocheck "GIF support" |
4407 # This is to appease people who want to force gif support. | 4394 # This is to appease people who want to force gif support. |
4408 # If it is forced to yes, then we still do checks to determine | 4395 # If it is forced to yes, then we still do checks to determine |
4409 # which gif library to use. | 4396 # which gif library to use. |
4410 if test "$_gif" = yes ; then | 4397 if test "$_gif" = yes ; then |
6275 if test "$_libpostproc_so" = yes ; then | 6262 if test "$_libpostproc_so" = yes ; then |
6276 _def_libpostproc_so='#define USE_LIBPOSTPROC_SO 1' | 6263 _def_libpostproc_so='#define USE_LIBPOSTPROC_SO 1' |
6277 _ld_libpostproc='-lpostproc' | 6264 _ld_libpostproc='-lpostproc' |
6278 fi | 6265 fi |
6279 fi | 6266 fi |
6267 | |
6268 echocheck "md5sum support" | |
6269 if test "$_md5sum" = yes; then | |
6270 _def_md5sum="#define HAVE_MD5SUM" | |
6271 _vosrc="$_vosrc vo_md5sum.c" | |
6272 _vomodules="md5sum $_vomodules" | |
6273 else | |
6274 _def_md5sum="#undef HAVE_MD5SUM" | |
6275 _novomodules="md5sum $_novomodules" | |
6276 fi | |
6277 echores "$_md5sum" | |
6280 | 6278 |
6281 echocheck "AMR narrowband" | 6279 echocheck "AMR narrowband" |
6282 if test "$_amr_nb" = auto ; then | 6280 if test "$_amr_nb" = auto ; then |
6283 _amr_nb=no | 6281 _amr_nb=no |
6284 if test -f libavcodec/amr_float/sp_dec.c ; then | 6282 if test -f libavcodec/amr_float/sp_dec.c ; then |