diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-12-21 20:47:52 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-12-22 15:42:52 +0100 |
commit | 196c9e5c8c1706e81217e372ea6a3a101486af9e (patch) | |
tree | 4ebb2c6309e5bca869aa7362e0aba54adbd864e2 /libavfilter/Makefile | |
parent | 9a3f10695a011861dcf5a649e3e72580b1a4eed4 (diff) | |
download | ffmpeg-196c9e5c8c1706e81217e372ea6a3a101486af9e.tar.gz |
lavfi: always build vsrc_buffer.
It's a part of public API.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
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 |