diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2017-06-01 11:36:13 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2017-06-01 11:36:13 +0200 |
commit | 2d978d1c721ae69a9007b530153067736d4ddc79 (patch) | |
tree | da338245a661b4281516027d4729e0777185e76b /configure | |
parent | d8da329cc364b36dabbb3162f788f958d8b6ea46 (diff) | |
download | ffmpeg-2d978d1c721ae69a9007b530153067736d4ddc79.tar.gz |
configure: libnpp does not need to link libcuda
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2717,7 +2717,7 @@ qsvenc_select="qsv" vaapi_encode_deps="vaapi" hwupload_cuda_filter_deps="cuda" -scale_npp_filter_deps="cuda_sdk libnpp" +scale_npp_filter_deps="cuda libnpp" scale_cuda_filter_deps="cuda_sdk" nvenc_deps="cuda" |