summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-27 19:02:16 +0100
committerwm4 <wm4@nowhere>2015-01-27 19:04:02 +0100
commit82e3d06f093188afdec1e549aed721b066521b6c (patch)
tree87d23e17364ef65c9b97037cb25a1cd7d1505678 /wscript_build.py
parentc92f4a1126cdbd83161bc7d1909ecbd8c9d80fb9 (diff)
downloadmpv-82e3d06f093188afdec1e549aed721b066521b6c.tar.bz2
mpv-82e3d06f093188afdec1e549aed721b066521b6c.tar.xz
vf_swapuv: remove this filter
It's entirely useless. I left it in for a while, because the analog TV code had a transitional bug that could switch chroma planes, but it was fixed long ago. It's also available in libavfilter.
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 b89834d7f4..830ec95227 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -319,7 +319,6 @@ def build(ctx):
( "video/filter/vf_screenshot.c" ),
( "video/filter/vf_stereo3d.c" ),
( "video/filter/vf_sub.c" ),
- ( "video/filter/vf_swapuv.c" ),
( "video/filter/vf_unsharp.c" ),
( "video/filter/vf_vapoursynth.c", "vapoursynth-core" ),
( "video/filter/vf_vavpp.c", "vaapi-vpp"),