]> git.sesse.net Git - ffmpeg/commit
configure: Fail if CUDA enabled but not found
authorTimo Rothenpieler <timo@rothenpieler.org>
Fri, 25 Mar 2016 23:13:39 +0000 (00:13 +0100)
committerTimo Rothenpieler <timo@rothenpieler.org>
Sun, 27 Mar 2016 23:14:36 +0000 (01:14 +0200)
commit665c05f7cb703fba5965b36346344d0a8372965f
tree0e794677d7225bc14ec427357b78c4c2dee3daf3
parent48be92e5b6847f622fa356349d6fdf9d86aaf28b
configure: Fail if CUDA enabled but not found

Without this patch, configure still passes and enables CUDA, no matter
if it was actually found, breaking the build in case it was not.
configure