]> git.sesse.net Git - ffmpeg/commitdiff
configure: libnpp does not need to link libcuda
authorTimo Rothenpieler <timo@rothenpieler.org>
Thu, 1 Jun 2017 09:36:13 +0000 (11:36 +0200)
committerTimo Rothenpieler <timo@rothenpieler.org>
Thu, 1 Jun 2017 09:36:13 +0000 (11:36 +0200)
configure

index 40eb2bbeb08daa540aa4f3ec57048311863699c1..72060ef0e9be37ba5e96685ed485951ddda7e519 100755 (executable)
--- a/configure
+++ b/configure
@@ -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"