1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

cleanup: IPP Async (IPP_A)

except header file with conversion routines (will be removed in OpenCV 4.0)
This commit is contained in:
Alexander Alekhin
2018-08-30 18:53:07 +03:00
parent 4c7d521413
commit e86287d8ae
15 changed files with 3 additions and 566 deletions
-3
View File
@@ -36,9 +36,6 @@ endif()
if(NOT BUILD_opencv_viz OR NOT VTK_USE_FILE)
ocv_list_filterout(cpp_samples "/viz/")
endif()
if(NOT HAVE_IPP_A)
ocv_list_filterout(cpp_samples "/ippasync/")
endif()
ocv_list_filterout(cpp_samples "real_time_pose_estimation/")
foreach(sample_filename ${cpp_samples})
if(sample_filename MATCHES "/viz/")