summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-09 14:08:21 +0200
committerAnton Khirnov <anton@khirnov.net>2012-05-18 19:33:54 +0200
commit54c5dd89e3125c1f363fe8f95d2837a796967c6e (patch)
tree81ab0aac9986652080fdcdb3d29ee32e1d59c20c /libavfilter/Makefile
parent7b3b24a8eea8da7b63b4167b7ab8bc1c0fdecc64 (diff)
lavfi: Add fps filter.
Partially based on a patch by Robert Nagy <ronag89@gmail.com>
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 680b8d958c..fc96f42fe9 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -46,6 +46,7 @@ OBJS-$(CONFIG_FADE_FILTER) += vf_fade.o
OBJS-$(CONFIG_FIELDORDER_FILTER) += vf_fieldorder.o
OBJS-$(CONFIG_FIFO_FILTER) += vf_fifo.o
OBJS-$(CONFIG_FORMAT_FILTER) += vf_format.o
+OBJS-$(CONFIG_FPS_FILTER) += vf_fps.o
OBJS-$(CONFIG_FREI0R_FILTER) += vf_frei0r.o
OBJS-$(CONFIG_GRADFUN_FILTER) += vf_gradfun.o
OBJS-$(CONFIG_HFLIP_FILTER) += vf_hflip.o