diff options
author | Marton Balint <cus@passwd.hu> | 2018-11-04 22:22:24 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-11-19 22:11:42 +0100 |
commit | 972ded33c08a820303ecf050942f0e74400eda7a (patch) | |
tree | cffc1f5c0d7430af57acfcdbe5042bba31985999 /libavfilter/Makefile | |
parent | e1f895838d5061572a1d79da6e5888673a2ea241 (diff) | |
download | ffmpeg-streaming-972ded33c08a820303ecf050942f0e74400eda7a.zip ffmpeg-streaming-972ded33c08a820303ecf050942f0e74400eda7a.tar.gz |
avfilter/vf_freezedetect: add filter to detect frozen input
Signed-off-by: Marton Balint <cus@passwd.hu>
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 4df22db..1895fa2 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -238,6 +238,7 @@ OBJS-$(CONFIG_FPS_FILTER) += vf_fps.o OBJS-$(CONFIG_FRAMEPACK_FILTER) += vf_framepack.o OBJS-$(CONFIG_FRAMERATE_FILTER) += vf_framerate.o OBJS-$(CONFIG_FRAMESTEP_FILTER) += vf_framestep.o +OBJS-$(CONFIG_FREEZEDETECT_FILTER) += vf_freezedetect.o OBJS-$(CONFIG_FREI0R_FILTER) += vf_frei0r.o OBJS-$(CONFIG_FSPP_FILTER) += vf_fspp.o OBJS-$(CONFIG_GBLUR_FILTER) += vf_gblur.o |