Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2019-02-21 06:57:49 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2019-02-27 20:03:17 +0300
commit5f47bfd50ac46fb18b23a212a53bea0feacc1bb0 (patch)
tree7179d5fc1bd4fa550e119d54d04d6c9187164547 /libavfilter/vf_boxblur.c
parentb38dd2d219c99996ca64259ce9d9deff00ad6afe (diff)
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 'libavfilter/vf_boxblur.c')
0 files changed, 0 insertions, 0 deletions