diff options
author | Brandon Mintern <bmintern@gmail.com> | 2011-02-21 12:02:57 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-21 13:56:48 +0100 |
commit | 704865fc87fdfcf9afe0ee554d1a32881bd87f1e (patch) | |
tree | fc2b52010f195ad3266a1a8f89b6428cf4a83861 /libavfilter/Makefile | |
parent | fd0b42cce0fac3e755378053fc95b4008d0144d7 (diff) | |
download | ffmpeg-704865fc87fdfcf9afe0ee554d1a32881bd87f1e.tar.gz |
lavfi: add fade filter
Port fade filter from libavfilter soc repo, with minor fixes by
Stefano.
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 14914f13c3..17a5a4b182 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -27,6 +27,7 @@ OBJS-$(CONFIG_COPY_FILTER) += vf_copy.o OBJS-$(CONFIG_CROP_FILTER) += vf_crop.o OBJS-$(CONFIG_CROPDETECT_FILTER) += vf_cropdetect.o OBJS-$(CONFIG_DRAWBOX_FILTER) += vf_drawbox.o +OBJS-$(CONFIG_FADE_FILTER) += vf_fade.o OBJS-$(CONFIG_FIFO_FILTER) += vf_fifo.o OBJS-$(CONFIG_FORMAT_FILTER) += vf_format.o OBJS-$(CONFIG_FREI0R_FILTER) += vf_frei0r.o |