Anton Khirnov <an...@khirnov.net> writes:

> It's a part of public API.
> ---
>  configure            |    2 --
>  libavfilter/Makefile |    2 +-
>  2 files changed, 1 insertions(+), 3 deletions(-)
>
> diff --git a/configure b/configure
> index 1c7fb3b..8e2e08b 100755
> --- a/configure
> +++ b/configure
> @@ -1525,14 +1525,12 @@ postproc_deps="gpl"
>
>  # programs
>  avconv_deps="avcodec avformat swscale"
> -avconv_select="buffer_filter"
>  avplay_deps="avcodec avformat swscale sdl"
>  avplay_select="rdft"
>  avprobe_deps="avcodec avformat"
>  avserver_deps="avformat ffm_muxer fork rtp_protocol rtsp_demuxer"
>  avserver_extralibs='$ldl'
>  ffmpeg_deps="avcodec avformat swscale"
> -ffmpeg_select="buffer_filter"
>
>  doc_deps="texi2html"
>
> diff --git a/libavfilter/Makefile b/libavfilter/Makefile
> index 63974d0..c269db5 100644
> --- a/libavfilter/Makefile
> +++ b/libavfilter/Makefile
> @@ -12,6 +12,7 @@ OBJS = allfilters.o                                         
>             \
>         drawutils.o                                                      \
>         formats.o                                                        \
>         graphparser.o                                                    \
> +       vsrc_buffer.o
>
>  OBJS-$(CONFIG_ANULL_FILTER)                  += af_anull.o

This doesn't help if the filter is disabled in configure.  You need to
make that impossible somehow, and then unconditionally register it.

-- 
Måns Rullgård
m...@mansr.com
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to