summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-29 20:37:11 +0100
committerwm4 <wm4@nowhere>2019-11-29 20:37:11 +0100
commit90df6c79c9400d3f1c711ef5696324908a5126ce (patch)
tree27529663029c3938cc71fed61f83c93a48a37f12 /wscript_build.py
parent053297b1ca15d7e94f746e94ea46c7399a6b097a (diff)
downloadmpv-90df6c79c9400d3f1c711ef5696324908a5126ce.tar.bz2
mpv-90df6c79c9400d3f1c711ef5696324908a5126ce.tar.xz
vf_gpu: add video filter using vo_gpu's renderer
Probably pretty useless in this form (see: the wall of warnings), but someone wanted this. I think this should be useful to perform some automated tests, maybe. Fixes: #7194
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 ba7af24d04..a2df4d1c47 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -415,6 +415,7 @@ def build(ctx):
( "video/filter/vf_d3d11vpp.c", "d3d-hwaccel" ),
( "video/filter/vf_fingerprint.c", "zimg" ),
( "video/filter/vf_format.c" ),
+ ( "video/filter/vf_gpu.c", "egl-helpers && gl && egl15" ),
( "video/filter/vf_sub.c" ),
( "video/filter/vf_vapoursynth.c", "vapoursynth" ),
( "video/filter/vf_vavpp.c", "vaapi" ),