From b0ad84cfa2f4ecb884de542c9706177f22dade6d Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Fri, 21 Mar 2014 12:48:38 +0400 Subject: [PATCH] Libraries filter update after abs path cut. --- cmake/OpenCVGenAndroidMK.cmake | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cmake/OpenCVGenAndroidMK.cmake b/cmake/OpenCVGenAndroidMK.cmake index ee52fa6886..2622d2aaed 100644 --- a/cmake/OpenCVGenAndroidMK.cmake +++ b/cmake/OpenCVGenAndroidMK.cmake @@ -56,8 +56,11 @@ if(ANDROID) # remove CUDA runtime and NPP from regular deps # it can be added separately if needed. - ocv_list_filterout(OPENCV_EXTRA_COMPONENTS_CONFIGMAKE "libcu") - ocv_list_filterout(OPENCV_EXTRA_COMPONENTS_CONFIGMAKE "libnpp") + ocv_list_filterout(OPENCV_EXTRA_COMPONENTS_CONFIGMAKE "cusparse") + ocv_list_filterout(OPENCV_EXTRA_COMPONENTS_CONFIGMAKE "cufft") + ocv_list_filterout(OPENCV_EXTRA_COMPONENTS_CONFIGMAKE "cublas") + ocv_list_filterout(OPENCV_EXTRA_COMPONENTS_CONFIGMAKE "npp") + ocv_list_filterout(OPENCV_EXTRA_COMPONENTS_CONFIGMAKE "cudart") if(HAVE_CUDA) # CUDA runtime libraries and are required always