On Sun, May 06, 2012 at 10:24:19AM +0200, Anton Khirnov wrote:
> 
> --- a/configure
> +++ b/configure
> @@ -1530,12 +1530,12 @@ frei0r_src_filter_deps="frei0r dlopen strtok_r"
>  
>  # libraries
>  avdevice_deps="avcodec avformat"
>  avformat_deps="avcodec"
> +avfilter_deps="swscale"

order

> --- a/libavfilter/Makefile
> +++ b/libavfilter/Makefile
> @@ -12,7 +11,8 @@ OBJS = allfilters.o                                         
>             \
>         formats.o                                                        \
>         graphparser.o                                                    \
> -       vsrc_buffer.o
> +       vsrc_buffer.o                                                    \
> +       vf_scale.o

order

LGTM otherwise

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

Reply via email to