mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-05-01 06:13:08 +08:00
avcodec/nvenc: use proper soname for cuda/nvenc libraries
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
# define NVENC_LIBNAME "nvEncodeAPI.dll"
|
||||
# endif
|
||||
#else
|
||||
# define CUDA_LIBNAME "libcuda.so"
|
||||
# define NVENC_LIBNAME "libnvidia-encode.so"
|
||||
# define CUDA_LIBNAME "libcuda.so.1"
|
||||
# define NVENC_LIBNAME "libnvidia-encode.so.1"
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32)
|
||||
|
||||
Reference in New Issue
Block a user