# HG changeset patch # User pl # Date 1005076275 0 # Node ID 69a77510f0eb0b19aa009c95d908c9bff1c5d069 # Parent 9ef09e2325058d3d7d2328b4a38f84d2628ee9f8 FF_POSTPROCESS shouldn't be defined if there is no ffmpeg's libavcodec found diff -r 9ef09e232505 -r 69a77510f0eb configure --- a/configure Tue Nov 06 19:26:22 2001 +0000 +++ b/configure Tue Nov 06 19:51:15 2001 +0000 @@ -1999,17 +1999,20 @@ _lavcdep='libavcodec/libavcodec.a' _libavcodec='#define USE_LIBAVCODEC' _libavcodecso='#undef USE_LIBAVCODEC_SO' + _ffpostprocess='#define FF_POSTPROCESS' else if test "$_libavcodec_so" = yes ; then _lavclib='-lffmpeg' _lavcdep='' _libavcodec='#define USE_LIBAVCODEC' _libavcodecso='#define USE_LIBAVCODEC_SO' + _ffpostprocess='#define FF_POSTPROCESS' else _lavclib='' _lavcdep='' _libavcodec='#undef USE_LIBAVCODEC' _libavcodecso='#undef USE_LIBAVCODEC' + _ffpostprocess='#undef FF_POSTPROCESS' fi fi @@ -2653,7 +2656,7 @@ #define MPEG12_POSTPROC /* Define this to enable image postprocessing in libavcodec (requires FAST cpu!) */ -#define FF_POSTPROCESS +$_ffpostprocess #define HAVE_ODIVX_POSTPROCESS