aboutsummaryrefslogtreecommitdiffhomepage
path: root/TOOLS/vf_dlopen/Makefile
diff options
context:
space:
mode:
authorGravatar Rudolf Polzer <divverent@xonotic.org>2013-06-14 14:32:18 +0200
committerGravatar Rudolf Polzer <divverent@xonotic.org>2013-06-16 17:11:25 +0200
commit7ae4242820236bdd32ed080d05d674fdfe16483e (patch)
treef625666c77cc3abee2772816484ecb4a0be07230 /TOOLS/vf_dlopen/Makefile
parentde63e1d15e93892c2c74c417fdf4b195b70fc8ee (diff)
vf_dlopen filters: add an "ildetect" filter that detects interlacing
The filter analyzes each frame for combing, and decides at the end whether the content is likely interlaced, telecined or progressive.
Diffstat (limited to 'TOOLS/vf_dlopen/Makefile')
-rw-r--r--TOOLS/vf_dlopen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/vf_dlopen/Makefile b/TOOLS/vf_dlopen/Makefile
index c1eb5e0c9f..8057676d57 100644
--- a/TOOLS/vf_dlopen/Makefile
+++ b/TOOLS/vf_dlopen/Makefile
@@ -19,7 +19,7 @@
# 02110-1301 USA
#
-FILTERS = showqscale telecine tile rectangle framestep
+FILTERS = showqscale telecine tile rectangle framestep ildetect
COMMON = filterutils.o
OBJECTS = $(patsubst %,%.o,$(FILTERS)) $(COMMON)