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

This commit is contained in:
Timo Rothenpieler 2016-08-28 19:49:56 +02:00
parent df615efcf2
commit 26a5cbd781
1 changed files with 2 additions and 2 deletions

View File

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