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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2017-06-01 12:36:13 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2017-06-01 12:36:13 +0300
commit2d978d1c721ae69a9007b530153067736d4ddc79 (patch)
treeda338245a661b4281516027d4729e0777185e76b /configure
parentd8da329cc364b36dabbb3162f788f958d8b6ea46 (diff)
configure: libnpp does not need to link libcuda
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"