From 90df6c79c9400d3f1c711ef5696324908a5126ce Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 29 Nov 2019 20:37:11 +0100 Subject: 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 --- wscript_build.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript_build.py') 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" ), -- cgit v1.2.3