Commit 26a5cbd7 authored by Timo Rothenpieler's avatar Timo Rothenpieler

avcodec/nvenc: use proper soname for cuda/nvenc libraries

parent df615efc
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
# define NVENC_LIBNAME "nvEncodeAPI.dll" # define NVENC_LIBNAME "nvEncodeAPI.dll"
# endif # endif
#else #else
# define CUDA_LIBNAME "libcuda.so" # define CUDA_LIBNAME "libcuda.so.1"
# define NVENC_LIBNAME "libnvidia-encode.so" # define NVENC_LIBNAME "libnvidia-encode.so.1"
#endif #endif
#if defined(_WIN32) #if defined(_WIN32)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment