diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-03 22:41:38 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-03 22:41:38 +0000 |
commit | bc37ec923debca2647b086306d360341b2492bfe (patch) | |
tree | ce914007d19ef22f38faa6acc71f1b79d38af1ef /libavfilter/Makefile | |
parent | da23d4247658d26d8f5d2fa570dfdffea55496fe (diff) | |
download | ffmpeg-bc37ec923debca2647b086306d360341b2492bfe.tar.gz |
Add slicify video filter.
Originally committed as revision 20445 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 84fde6074c..7ee5280826 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -15,6 +15,7 @@ OBJS-$(CONFIG_CROP_FILTER) += vf_crop.o OBJS-$(CONFIG_FORMAT_FILTER) += vf_format.o OBJS-$(CONFIG_NOFORMAT_FILTER) += vf_format.o OBJS-$(CONFIG_NULL_FILTER) += vf_null.o +OBJS-$(CONFIG_SLICIFY_FILTER) += vf_slicify.o OBJS-$(CONFIG_VFLIP_FILTER) += vf_vflip.o include $(SUBDIR)../subdir.mak |