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.
This commit is contained in:
Philip Langdale
2018-04-15 09:06:34 -07:00
committed by Jan Ekström
parent 46d2f1f08d
commit 07915b1227
5 changed files with 50 additions and 246 deletions

View File

@@ -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" ),