[FFmpeg-devel] [PATCH 2/3] Use CONFIG_* macros in cmdutils.c for consistency.
Diego Biurrun
diego
Thu Oct 16 13:38:42 CEST 2008
On Thu, Oct 16, 2008 at 01:21:45PM +0200, Diego 'Flameeyes' Petten? wrote:
>
> --- a/cmdutils.c
> +++ b/cmdutils.c
> @@ -266,11 +266,11 @@ static void print_all_lib_versions(FILE* outstream, int indent)
> PRINT_LIB_VERSION(outstream, avdevice, AVDEVICE, indent);
> -#if ENABLE_AVFILTER
> +#ifdef CONFIG_AVFILTER
> PRINT_LIB_VERSION(outstream, avfilter, AVFILTER, indent);
> #endif
> PRINT_LIB_VERSION(outstream, swscale, SWSCALE, indent);
> -#if ENABLE_POSTPROC
> +#ifdef CONFIG_POSTPROC
> PRINT_LIB_VERSION(outstream, postproc, POSTPROC, indent);
> #endif
OK
Diego
More information about the ffmpeg-devel
mailing list