跑步时
./configure --enable-cuda --enable-cuvid --enable-nvenc --enable-nonfree --enable-libnpp --extra-cflags=-I/usr/local/cuda/include --extra-ldflags=-L/usr/local/cuda/lib
我遇到了
ERROR: cuda requested, but not all dependencies are satisfied: ffnvcodec
尽管我已经克隆了外部 Nvidia 头文件仓库https://git.videolan.org/git/ffmpeg/nv-codec-headers.git,然后运行 make 和 make install。
Make install 将 ffnvcodec.pc 放在 /usr/local/lib/pkgconfig/ 中,运行时会列出
pkg-config --variable pc_path pkg-config
PKG_CONFIG_PATH 默认未设置,但我尝试将上述命令的输出导出到 PKG_CONFIG_PATH。
但这些都不起作用。我使用的是 macOS。我是不是遗漏了什么?