aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorRodger Combs <rodger.combs@gmail.com>2019-07-30 02:51:42 -0500
committerTimo Rothenpieler <timo@rothenpieler.org>2019-08-04 19:16:59 +0200
commit86de65fbf0743b3159f9c7b3af97203f8ec9743e (patch)
tree6cc2fcf504e345ec8523f0208d3e195355f4202e /Changelog
parente33ea0f50374f2aa22ce0c61b9c0894b0c0135c5 (diff)
downloadffmpeg-86de65fbf0743b3159f9c7b3af97203f8ec9743e.tar.gz
build: add support for building CUDA files with clang
This avoids using the CUDA SDK at all; instead, we provide a minimal reimplementation of the basic functionality that lavfi actually uses. It generates very similar code to what NVCC produces. The header contains no implementation code derived from the SDK. The function and type declarations are derived from the SDK only to the extent required to build a compatible implementation. This is generally accepted to qualify as fair use. Because this option does not require the proprietary SDK, it does not require the "--enable-nonfree" flag in configure. Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index beb2d2615d..389ca6c4db 100644
--- a/Changelog
+++ b/Changelog
@@ -36,6 +36,7 @@ version 4.2:
- derain filter
- deesser filter
- mov muxer writes tracks with unspecified language instead of English by default
+- add support for using clang to compile CUDA kernels
version 4.1: