[FFmpeg-devel] [PATCH] src_buffer: ifdef->if CONFIG_*

Stefano Sabatini stefasab at gmail.com
Wed May 9 01:48:05 CEST 2012


On date Saturday 2012-05-05 02:55:36 +0200, Michael Niedermayer encoded:
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
>  libavfilter/src_buffer.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavfilter/src_buffer.c b/libavfilter/src_buffer.c
> index 15c30d6..63bc3d2 100644
> --- a/libavfilter/src_buffer.c
> +++ b/libavfilter/src_buffer.c
> @@ -655,7 +655,7 @@ AVFilter avfilter_vsrc_buffer = {
>                                    { .name = NULL}},
>  };
>  
> -#ifdef CONFIG_ABUFFER_FILTER
> +#if CONFIG_ABUFFER_FILTER
>  
>  AVFilter avfilter_asrc_abuffer = {
>      .name        = "abuffer",

Should be fine, thanks.
-- 
FFmpeg = Fabulous & Funny MultiPurpose Elected Gospel


More information about the ffmpeg-devel mailing list