[FFmpeg-cvslog] configure: libnpp does not need to link libcuda

Timo Rothenpieler git at videolan.org
Thu Jun 1 17:09:09 EEST 2017


ffmpeg | branch: master | Timo Rothenpieler <timo at rothenpieler.org> | Thu Jun  1 11:36:13 2017 +0200| [2d978d1c721ae69a9007b530153067736d4ddc79] | committer: Timo Rothenpieler

configure: libnpp does not need to link libcuda

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2d978d1c721ae69a9007b530153067736d4ddc79
---

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 40eb2bbeb0..72060ef0e9 100755
--- 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"



More information about the ffmpeg-cvslog mailing list