diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-05-02 21:00:38 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-05-02 21:15:48 +0200 |
commit | 61b4ab18609a68b4c7ba884b88464da9391c54a7 (patch) | |
tree | 94a594ed612b5b854ba500e1d7737f7f3d66c4eb /libavfilter/Makefile | |
parent | 94340e4b28cc73ca7f9895892a2768df68d027a0 (diff) | |
download | ffmpeg-streaming-61b4ab18609a68b4c7ba884b88464da9391c54a7.zip ffmpeg-streaming-61b4ab18609a68b4c7ba884b88464da9391c54a7.tar.gz |
avfilter: Add cover_rect filter
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 57619d6..7262662 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -105,6 +105,7 @@ OBJS-$(CONFIG_COLORCHANNELMIXER_FILTER) += vf_colorchannelmixer.o OBJS-$(CONFIG_COLORLEVELS_FILTER) += vf_colorlevels.o OBJS-$(CONFIG_COLORMATRIX_FILTER) += vf_colormatrix.o OBJS-$(CONFIG_COPY_FILTER) += vf_copy.o +OBJS-$(CONFIG_COVER_RECT_FILTER) += vf_cover_rect.o OBJS-$(CONFIG_CROP_FILTER) += vf_crop.o OBJS-$(CONFIG_CROPDETECT_FILTER) += vf_cropdetect.o OBJS-$(CONFIG_CURVES_FILTER) += vf_curves.o |