summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-12-21 20:47:52 +0100
committerAnton Khirnov <anton@khirnov.net>2011-12-22 15:42:52 +0100
commit196c9e5c8c1706e81217e372ea6a3a101486af9e (patch)
tree4ebb2c6309e5bca869aa7362e0aba54adbd864e2 /libavfilter/Makefile
parent9a3f10695a011861dcf5a649e3e72580b1a4eed4 (diff)
lavfi: always build vsrc_buffer.
It's a part of public API.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 63974d0089..c269db5797 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