summaryrefslogtreecommitdiffstats
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:08:08 +0200
commit01994c93db43e50c01349203a76c0b7111d1d2f3 (patch)
tree341dfdb3daff9907d2d0c7087c4ba43ae7bbd9a2 /Changelog
parentad97be9fa30d98c0946ee97ffbff3dfdb7831bf9 (diff)
downloadffmpeg-streaming-01994c93db43e50c01349203a76c0b7111d1d2f3.zip
ffmpeg-streaming-01994c93db43e50c01349203a76c0b7111d1d2f3.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 beb2d26..389ca6c 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:
OpenPOWER on IntegriCloud