summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-27 19:13:51 +0100
committerwm4 <wm4@nowhere>2015-01-27 19:13:51 +0100
commitb473477fc53ba69e9117a691b00d0e248ebc9ac7 (patch)
treeba6d2613b4af5302f6a3a192a8831ca12c7eb964 /wscript_build.py
parent86bba0dc5ba5ce9a5b10d602c9c261ed613cbbf3 (diff)
downloadmpv-b473477fc53ba69e9117a691b00d0e248ebc9ac7.tar.bz2
mpv-b473477fc53ba69e9117a691b00d0e248ebc9ac7.tar.xz
vf_ilpack: remove this filter
This was apparently useful for correct interlaced scaling (although I don't know anyone who used this). It was rarely used (if at all), had an inconvenient output format (packed YUV), and now has a better solution in libavfilter (using the libavfilter "scale" filter via vf_lavfi). There is no reason to keep this filter any longer.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index f46843c714..8efaf554d3 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -306,7 +306,6 @@ def build(ctx):
( "video/filter/vf_format.c" ),
( "video/filter/vf_gradfun.c" ),
( "video/filter/vf_hqdn3d.c" ),
- ( "video/filter/vf_ilpack.c" ),
( "video/filter/vf_lavfi.c", "libavfilter"),
( "video/filter/vf_mirror.c" ),
( "video/filter/vf_noformat.c" ),