欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

ffmpeg安装ERROR: cuvid requested, but not all dependencies are satisfied: ffnvcodec

程序员文章站 2022-07-01 09:18:54
...

ERROR: cuvid requested, but not all dependencies are satisfied: ffnvcodec

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
[email protected] mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.

解决方法:安装NVIDIA headers

git clone https://git.videolan.org/git/ffmpeg/nv-codec-headers.git
make
sudo make install

然后重新configure:

 KG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure **************参数*****************

相关标签: ffmpeg