diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2016-10-10 12:52:40 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2016-11-22 10:34:27 +0100 |
commit | e6464a44eda9503ab87bf8d2d9a878dd953be267 (patch) | |
tree | e061ec560c64c711245471288c8cf62cc6ca5b49 /configure | |
parent | 5c02d2827bef81ba3f3582d67ec7693067985f9e (diff) | |
download | ffmpeg-e6464a44eda9503ab87bf8d2d9a878dd953be267.tar.gz |
avutil/hwcontext_cuda: use dynamically loaded CUDA
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2537,6 +2537,7 @@ audiotoolbox_extralibs="-framework CoreFoundation -framework AudioToolbox -frame # hardware accelerators crystalhd_deps="libcrystalhd_libcrystalhd_if_h" +cuda_deps_any="dlopen LoadLibrary" cuvid_deps="cuda" d3d11va_deps="d3d11_h dxva_h ID3D11VideoDecoder ID3D11VideoContext" dxva2_deps="dxva2api_h DXVA2_ConfigPictureDecode" @@ -5414,6 +5415,7 @@ elif check_func dlopen -ldl && check_func dlsym -ldl; then fi avisynth_demuxer_extralibs='$ldl' +cuda_extralibs='$ldl' decklink_outdev_extralibs="$decklink_outdev_extralibs $ldl" decklink_indev_extralibs="$decklink_indev_extralibs $ldl" frei0r_filter_extralibs='$ldl' |