summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-30 22:44:35 +0200
committerwm4 <wm4@nowhere>2014-07-30 23:29:00 +0200
commitf8ab732ac3cc635dde06c195fe48905116fe9eee (patch)
tree4eb7452144f89d53969e3a17e96645679e59b224 /wscript_build.py
parent8d990408d70f33f72e77a275e02f2439ec34844b (diff)
downloadmpv-f8ab732ac3cc635dde06c195fe48905116fe9eee.tar.bz2
mpv-f8ab732ac3cc635dde06c195fe48905116fe9eee.tar.xz
video/filter: add vf_buffer
Mostly useful for debugging.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 463c3c1084..9496977340 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -302,6 +302,7 @@ def build(ctx):
( "video/decode/vdpau.c", "vdpau-hwaccel" ),
( "video/filter/pullup.c" ),
( "video/filter/vf.c" ),
+ ( "video/filter/vf_buffer.c" ),
( "video/filter/vf_crop.c" ),
( "video/filter/vf_delogo.c" ),
( "video/filter/vf_divtc.c" ),