summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-03 23:03:53 +0100
committerwm4 <wm4@nowhere>2013-12-04 00:07:39 +0100
commit5b7351ee3a1c3c82415033d254fa113d7abd3922 (patch)
tree8647ffe9f455dd9a21f37581ad69727b28c5acad /wscript_build.py
parent66f74d031d1465b29b73512c36612f13ad1d4e01 (diff)
downloadmpv-5b7351ee3a1c3c82415033d254fa113d7abd3922.tar.bz2
mpv-5b7351ee3a1c3c82415033d254fa113d7abd3922.tar.xz
video/filter: remove vf_down3dright
Apparently you can get this with: stereo3d=ab[2]{l,r}:sbs[2]{l,r} So it seems the filter is redundant and can be removed. Also see FFmpeg commit 2f11aa141a01.
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 0a5920e67e..e004727430 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -297,7 +297,6 @@ def build(ctx):
( "video/filter/vf_delogo.c" ),
( "video/filter/vf_divtc.c" ),
( "video/filter/vf_dlopen.c", "dlopen" ),
- ( "video/filter/vf_down3dright.c" ),
( "video/filter/vf_dsize.c" ),
( "video/filter/vf_eq.c" ),
( "video/filter/vf_expand.c" ),