• Rodger Combs's avatar
    build: add support for building CUDA files with clang · 01994c93
    Rodger Combs authored
    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: 's avatarTimo Rothenpieler <timo@rothenpieler.org>
    01994c93
Name
Last commit
Last update
..
.gitignore Loading commit data...
arch.mak Loading commit data...
common.mak Loading commit data...
library.mak Loading commit data...
libversion.sh Loading commit data...
pkgconfig_generate.sh Loading commit data...
version.sh Loading commit data...