diff --git a/modules/java/generator/rst_parser.py b/modules/java/generator/rst_parser.py index 63f56dbaa..f2363169b 100755 --- a/modules/java/generator/rst_parser.py +++ b/modules/java/generator/rst_parser.py @@ -1,7 +1,7 @@ #!/usr/bin/env python import os, sys, re, string, fnmatch -allmodules = ["core", "flann", "imgproc", "ml", "highgui", "video", "features2d", "calib3d", "objdetect", "legacy", "contrib", "cuda", "androidcamera", "java", "python", "stitching", "ts", "photo", "nonfree", "videostab", "ocl", "softcascade", "superres"] +allmodules = ["core", "flann", "imgproc", "ml", "highgui", "video", "features2d", "calib3d", "objdetect", "legacy", "contrib", "cuda", "androidcamera", "java", "python", "stitching", "ts", "photo", "nonfree", "videostab", "softcascade", "superres"] verbose = False show_warnings = True show_errors = True diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt index 1d30f5b8b..36b68d2d1 100644 --- a/samples/CMakeLists.txt +++ b/samples/CMakeLists.txt @@ -62,7 +62,6 @@ endif() add_subdirectory(c) add_subdirectory(cpp) -add_subdirectory(ocl) # FIXIT: can't use cvconfig.h in samples: add_subdirectory(gpu) if(WIN32)