From d5d62c6a6459412c86bd8d09be248810364a2405 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sat, 20 Nov 2021 20:59:37 +0100 Subject: vo_gpu_next: factor out context-specific code to gpu_next/context.c This is done to avoid cluttering vo_gpu_next.c with more ifdeffery and context-specific code when additional backends are added in the near future. Eventually gpu_ctx is intended to take the place of ra_ctx to further separate gpu and gpu_next. --- 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 c0dd23bb1c..9fc0d25a51 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -451,6 +451,7 @@ def build(ctx): ( "video/out/gpu/utils.c" ), ( "video/out/gpu/video.c" ), ( "video/out/gpu/video_shaders.c" ), + ( "video/out/gpu_next/context.c", "libplacebo-v4" ), ( "video/out/hwdec/hwdec_cuda.c", "cuda-interop" ), ( "video/out/hwdec/hwdec_cuda_gl.c", "cuda-interop && gl" ), ( "video/out/hwdec/hwdec_cuda_vk.c", "cuda-interop && vulkan" ), -- cgit v1.2.3