comparison configure @ 18557:b7746166426c

libpostproc is not a subdirectory of libavcodec anymore.
author diego
date Fri, 02 Jun 2006 11:31:42 +0000
parents 2d996eb065d4
children a5e5f4a5a55f
comparison
equal deleted inserted replaced
18556:f61ee26a3029 18557:b7746166426c
6159 echores "$_libavformat" 6159 echores "$_libavformat"
6160 6160
6161 echocheck "FFmpeg libpostproc (static)" 6161 echocheck "FFmpeg libpostproc (static)"
6162 if test "$_libpostproc" = auto ; then 6162 if test "$_libpostproc" = auto ; then
6163 _libpostproc=no 6163 _libpostproc=no
6164 if test -d libavcodec && test -f libavcodec/libpostproc/postprocess.h ; then 6164 if test -d libpostproc && test -f libpostproc/postprocess.h ; then
6165 _libpostproc='yes' 6165 _libpostproc='yes'
6166 fi 6166 fi
6167 fi 6167 fi
6168 echores "$_libpostproc" 6168 echores "$_libpostproc"
6169 6169
6303 6303
6304 _def_libpostproc='#undef USE_LIBPOSTPROC' 6304 _def_libpostproc='#undef USE_LIBPOSTPROC'
6305 _def_libpostproc_so='#undef USE_LIBPOSTPROC_SO' 6305 _def_libpostproc_so='#undef USE_LIBPOSTPROC_SO'
6306 if test "$_libpostproc" = yes ; then 6306 if test "$_libpostproc" = yes ; then
6307 _def_libpostproc='#define USE_LIBPOSTPROC 1' 6307 _def_libpostproc='#define USE_LIBPOSTPROC 1'
6308 _ld_libpostproc='libavcodec/libpostproc/libpostproc.a' 6308 _ld_libpostproc='libpostproc/libpostproc.a'
6309 _dep_libpostproc='libavcodec/libpostproc/libpostproc.a' 6309 _dep_libpostproc='libpostproc/libpostproc.a'
6310 else 6310 else
6311 if test "$_libpostproc_so" = yes ; then 6311 if test "$_libpostproc_so" = yes ; then
6312 _def_libpostproc_so='#define USE_LIBPOSTPROC_SO 1' 6312 _def_libpostproc_so='#define USE_LIBPOSTPROC_SO 1'
6313 _ld_libpostproc='-lpostproc' 6313 _ld_libpostproc='-lpostproc'
6314 fi 6314 fi