mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-03 05:10:03 +02:00
avcodec/nvenc: use proper soname for cuda/nvenc libraries
This commit is contained in:
parent
df615efcf2
commit
26a5cbd781
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user