Martin Storsjö <[email protected]> writes:

> This makes sure minimal configurations such as
> "--disable-everything --enable-avconv" will enable the filters
> necessary for running avconv, instead of just keeping avconv
> disabled despite "--enable-avconv".
> ---
>  configure |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/configure b/configure
> index 515a3c9..63657f2 100755
> --- a/configure
> +++ b/configure
> @@ -1730,9 +1730,9 @@ avdevice_deps="avcodec avformat"
>  avformat_deps="avcodec"
>
>  # programs
> -avconv_deps="avcodec avfilter avformat avresample swscale
> -             aformat_filter asyncts_filter
> -             format_filter fps_filter scale_filter setpts_filter"
> +avconv_deps="avcodec avfilter avformat avresample swscale"
> +avconv_select="aformat_filter asyncts_filter
> +               format_filter fps_filter scale_filter setpts_filter"
>  avplay_deps="avcodec avformat swscale sdl"
>  avplay_select="rdft"
>  avprobe_deps="avcodec avformat"
> -- 

Looks OK.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to