comparison configure @ 23117:1f11bc1afc2f

Merge config.h variable declarations into libpostproc test.
author diego
date Thu, 26 Apr 2007 13:01:54 +0000
parents 7008af009c45
children d23870bed7ee
comparison
equal deleted inserted replaced
23116:7008af009c45 23117:1f11bc1afc2f
6288 _libpostproc_so=yes 6288 _libpostproc_so=yes
6289 _res_comment="using libpostproc.so, but static libpostproc is recommended" 6289 _res_comment="using libpostproc.so, but static libpostproc is recommended"
6290 fi 6290 fi
6291 fi 6291 fi
6292 _libpostproc=no 6292 _libpostproc=no
6293 test "$_libpostproc_a" = yes || test "$_libpostproc_so" = yes && _libpostproc=yes
6294 echores "$_libpostproc"
6295
6296 _def_libpostproc='#undef USE_LIBPOSTPROC' 6293 _def_libpostproc='#undef USE_LIBPOSTPROC'
6297 _def_libpostproc_so='#undef USE_LIBPOSTPROC_SO' 6294 _def_libpostproc_so='#undef USE_LIBPOSTPROC_SO'
6298 if test "$_libpostproc_a" = yes ; then 6295 test "$_libpostproc_a" = yes || test "$_libpostproc_so" = yes && _libpostproc=yes
6299 _def_libpostproc='#define USE_LIBPOSTPROC 1' 6296 test "$_libpostproc_a" = yes && _def_libpostproc='#define USE_LIBPOSTPROC 1'
6300 else 6297 test "$_libpostproc_so" = yes \
6301 if test "$_libpostproc_so" = yes ; then 6298 && _def_libpostproc_so='#define USE_LIBPOSTPROC_SO 1'
6302 _def_libpostproc_so='#define USE_LIBPOSTPROC_SO 1' 6299 echores "$_libpostproc"
6303 fi 6300
6304 fi
6305 6301
6306 echocheck "md5sum support" 6302 echocheck "md5sum support"
6307 if test "$_md5sum" = yes; then 6303 if test "$_md5sum" = yes; then
6308 _def_md5sum="#define HAVE_MD5SUM" 6304 _def_md5sum="#define HAVE_MD5SUM"
6309 _vosrc="$_vosrc vo_md5sum.c" 6305 _vosrc="$_vosrc vo_md5sum.c"