summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-27 18:58:16 +0100
committerwm4 <wm4@nowhere>2015-01-27 18:58:16 +0100
commitc92f4a1126cdbd83161bc7d1909ecbd8c9d80fb9 (patch)
tree6ebd96919698540cf71190c82817fb87e21471ff /wscript_build.py
parent69e5dd9bceea5a691038f4c1c8300fba28cc4e8a (diff)
downloadmpv-c92f4a1126cdbd83161bc7d1909ecbd8c9d80fb9.tar.bz2
mpv-c92f4a1126cdbd83161bc7d1909ecbd8c9d80fb9.tar.xz
vf_softpulldown: remove this filter
Apparently it was completely broken and essentially did nothing. This was broken sometime in early mpv or mplayer2 times. Get rid of it. If you _really_ need it, wait until FFmpeg ports it from MPlayer, which will happen very soon.
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 df61ee00e1..b89834d7f4 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -317,7 +317,6 @@ def build(ctx):
( "video/filter/vf_rotate.c" ),
( "video/filter/vf_scale.c" ),
( "video/filter/vf_screenshot.c" ),
- ( "video/filter/vf_softpulldown.c" ),
( "video/filter/vf_stereo3d.c" ),
( "video/filter/vf_sub.c" ),
( "video/filter/vf_swapuv.c" ),