summaryrefslogtreecommitdiffstats
path: root/old-makefile
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 /old-makefile
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 'old-makefile')
-rw-r--r--old-makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/old-makefile b/old-makefile
index bcd2fd07b5..41a30f7df7 100644
--- a/old-makefile
+++ b/old-makefile
@@ -258,7 +258,6 @@ SOURCES = audio/audio.c \
video/filter/vf_format.c \
video/filter/vf_gradfun.c \
video/filter/vf_hqdn3d.c \
- video/filter/vf_ilpack.c \
video/filter/vf_mirror.c \
video/filter/vf_noformat.c \
video/filter/vf_noise.c \