FFmpeg configure: rename cuda to ffnvcodec 2018-03-06

Posted 1CM

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了FFmpeg configure: rename cuda to ffnvcodec 2018-03-06相关的知识,希望对你有一定的参考价值。

FFmpeg version of headers required to interface with Nvidias codec APIs.
Corresponds to Video Codec SDK version 8.0.14.

Minimum required driver versions:
Linux: 378.13 or newer
Windows: 378.66 or newer

Right now, if someone configures ffmpeg with for example --enable-nvenc they will
get an error message complaining about missing cuda.
This is very confusing and already has lead people into installing the CUDA SDK,
even though it‘s not what they need.

This will make it complain about ffnvcodec instead.
https://github.com/FFmpeg/nv-codec-headers

以上是关于FFmpeg configure: rename cuda to ffnvcodec 2018-03-06的主要内容,如果未能解决你的问题,请参考以下文章

ffmpeg 编译

使用Xcode调试FFmpeg内部代码

使用Xcode调试FFmpeg内部代码

使用FFmpeg在Android中编译出现 undefined reference to ‘avcodec_configuration()’ 问题

Ubuntu 下配置 Qt 的 FFmpeg 的开发环境

armv8 aarch64 交叉编译 ffmpeg