diff options
author | Philip Langdale <philipl@overt.org> | 2019-02-20 19:57:49 -0800 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2019-02-27 18:03:17 +0100 |
commit | 5f47bfd50ac46fb18b23a212a53bea0feacc1bb0 (patch) | |
tree | 7179d5fc1bd4fa550e119d54d04d6c9187164547 /presets | |
parent | b38dd2d219c99996ca64259ce9d9deff00ad6afe (diff) | |
download | ffmpeg-5f47bfd50ac46fb18b23a212a53bea0feacc1bb0.tar.gz |
configure: Add an explicit check and option for nvcc
The use of nvcc to compile cuda kernels is distinct from the use of
cuda sdk libraries and linking against those libraries. We have
previously not bothered to distinguish these two cases because all
the filters that used cuda kernels also used the sdk. In the following
changes, I'm going to remove the sdk dependency from those filters,
but we need a way to ensure that nvcc is present and functioning, and
also a way to explicitly disable its use so that the filters are not
built.
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'presets')
0 files changed, 0 insertions, 0 deletions