summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-27 19:06:59 +0100
committerwm4 <wm4@nowhere>2015-01-27 19:06:59 +0100
commit97f32fdb238aa7e8a38298935ea1f47cf8817adf (patch)
treec14f625b505e3bbab3c037a3286b905431c60cdb /wscript_build.py
parent82e3d06f093188afdec1e549aed721b066521b6c (diff)
downloadmpv-97f32fdb238aa7e8a38298935ea1f47cf8817adf.tar.bz2
mpv-97f32fdb238aa7e8a38298935ea1f47cf8817adf.tar.xz
vf_phase: remove this filter
If you really want it, it's in libavfilter and can be used via vf_lavfi.
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 830ec95227..27b50fcca2 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -312,7 +312,6 @@ def build(ctx):
( "video/filter/vf_mirror.c" ),
( "video/filter/vf_noformat.c" ),
( "video/filter/vf_noise.c" ),
- ( "video/filter/vf_phase.c" ),
( "video/filter/vf_pullup.c" ),
( "video/filter/vf_rotate.c" ),
( "video/filter/vf_scale.c" ),