From 07915b12273a36bc7f104a5f3fc949a407d243dc Mon Sep 17 00:00:00 2001 From: Philip Langdale Date: Sun, 15 Apr 2018 09:06:34 -0700 Subject: vo_gpu: hwdec: Use ffnvcodec to load CUDA symbols The CUDA dynamic loader was broken out of ffmpeg into its own repo and package. This gives us an opportunity to re-use it in mpv and remove our custom loader logic. --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index cd2c9d099f..4d93f2b498 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -461,7 +461,6 @@ def build(ctx): ( "video/out/opengl/context_wayland.c", "gl-wayland" ), ( "video/out/opengl/context_win.c", "gl-win32" ), ( "video/out/opengl/context_x11egl.c", "egl-x11" ), - ( "video/out/opengl/cuda_dynamic.c", "cuda-hwaccel" ), ( "video/out/opengl/egl_helpers.c", "egl-helpers" ), ( "video/out/opengl/formats.c", "gl" ), ( "video/out/opengl/hwdec_cuda.c", "cuda-hwaccel" ), -- cgit v1.2.3