On Sun, 1 May 2011 12:03:20 +0900, Takashi Mochizuki <mo...@da2.so-net.ne.jp> 
wrote:
> Fix configure --disable-avfilter issue.
> 
> ---
>  ffmpeg.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/ffmpeg.c b/ffmpeg.c
> index 050fa98..ed0dc34 100644
> --- a/ffmpeg.c
> +++ b/ffmpeg.c
> @@ -2795,9 +2795,11 @@ static void opt_frame_aspect_ratio(const char *arg)
>      }
>      frame_aspect_ratio = ar;
>  
> +#if CONFIG_AVFILTER
>      x = vfilters ? strlen(vfilters) : 0;
>      vfilters = av_realloc(vfilters, x+100);
>      snprintf(vfilters+x, x+100, "%csetdar=%f??n", x?',':' ', ar);
                                               ^ ehm....

Looks fine otherwise, queued.

--
Anton Khirnov
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to