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
@@ -59,7 +60,6 @@ OBJS-$(CONFIG_UNSHARP_FILTER) += vf_unsharp.o
OBJS-$(CONFIG_VFLIP_FILTER) += vf_vflip.o
OBJS-$(CONFIG_YADIF_FILTER) += vf_yadif.o
-OBJS-$(CONFIG_BUFFER_FILTER) += vsrc_buffer.o
OBJS-$(CONFIG_COLOR_FILTER) += vsrc_color.o
OBJS-$(CONFIG_FREI0R_SRC_FILTER) += vf_frei0r.o
OBJS-$(CONFIG_MOVIE_FILTER) += vsrc_movie.o
--
1.7.7.3
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel