Re: [FFmpeg-devel] [PATCH 2/2] configure: Use no-narrowing for cuda_llvm compilation.

2021-02-22 Thread Timo Rothenpieler
Both your patches are mangled and do not apply. Please use git send-email to send raw patches, or attach them as a file. I manually applied them now, but in the future please make sure your patches don't get mangled. smime.p7s Description: S/MIME Cryptographic Signature _

[FFmpeg-devel] [PATCH 2/2] configure: Use no-narrowing for cuda_llvm compilation.

2021-02-12 Thread Matt Oliver
This fixes llvm compiler generating errors about narrowing conversion with recent releases. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index df298b4b9b..e716f6f932 100755 --- a/configure +++ b/configure @@ -6242,7 +6242,7 @@ fi if enabl