]> git.sesse.net Git - ffmpeg/commit
configure: use no-narrowing for cuda-llvm compilation
authorMatt Oliver <protogonoi@gmail.com>
Fri, 12 Feb 2021 15:59:42 +0000 (02:59 +1100)
committerTimo Rothenpieler <timo@rothenpieler.org>
Mon, 22 Feb 2021 16:07:30 +0000 (17:07 +0100)
commit52cc323735ced6e8095cfd3acea0e36e35c76eb2
treeda6e90364c88cb792c60e734f6b931e49d168000
parentb57037d663415338b3684f0e6164acca92f0d94a
configure: use no-narrowing for cuda-llvm compilation

This fixes llvm compiler generating errors about narrowing conversion with
recent releases.

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