You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch is a fix to Netflix#1379, wherein:
1. The CUDA library stubs are added to `ldconfig`'s cache.
2. The build type for `libvmaf` is set to `shared`.
3. The included models are also copied to `/usr/local/share/model` for re-usability with custom FFmpeg pipelines as needed.
4. `ldconfig` is called up immediately after `libvmaf` build so that `FFmpeg` can detect it.
Hello there,
I've encountered a build error with libvmaf in an Ubuntu 22.04LTS Docker image where the NVIDIA CUDA SDK is installed via apt. Related to #1176 .
Specifically, the build dies on:
The build environment avails CUDA in the system path, as shown below:
And from
ldconfig -p | grep cuda
, we get:Any pointers?
The text was updated successfully, but these errors were encountered: