]> git.sesse.net Git - ffmpeg/commit
configure: rename cuda to ffnvcodec
authorTimo Rothenpieler <timo@rothenpieler.org>
Sat, 3 Mar 2018 20:28:26 +0000 (21:28 +0100)
committerTimo Rothenpieler <timo@rothenpieler.org>
Mon, 5 Mar 2018 20:09:22 +0000 (21:09 +0100)
commit5787908e8c63bcb9206a59961031bdb54682ab0a
tree9b7c756b8f46323c1f359f626aa4db2119cec8e1
parentdf3a2ff7670a76c808fa015559b867aecbbdcd54
configure: rename cuda to ffnvcodec

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.

Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
configure