Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
ac39bfb4
Commit
ac39bfb4
authored
Jul 10, 2013
by
Roman Donchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove HAVE_CVCONFIG_H - it's always defined.
parent
2dedfd97
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
0 additions
and
49 deletions
+0
-49
CMakeLists.txt
CMakeLists.txt
+0
-1
precomp.hpp
modules/calib3d/src/precomp.hpp
+0
-2
precomp.hpp
modules/contrib/src/precomp.hpp
+0
-2
precomp.hpp
modules/core/src/precomp.hpp
+0
-2
precomp.hpp
modules/features2d/src/precomp.hpp
+0
-2
precomp.hpp
modules/flann/src/precomp.hpp
+0
-2
main.cpp
modules/gpu/perf4au/main.cpp
+0
-2
precomp.hpp
modules/gpu/src/precomp.hpp
+0
-2
test_precomp.hpp
modules/highgui/test/test_precomp.hpp
+0
-2
precomp.hpp
modules/imgproc/src/precomp.hpp
+0
-2
precomp.hpp
modules/legacy/src/precomp.hpp
+0
-2
precomp.hpp
modules/ml/src/precomp.hpp
+0
-2
precomp.hpp
modules/nonfree/src/precomp.hpp
+0
-2
precomp.hpp
modules/objdetect/src/precomp.hpp
+0
-2
test_latentsvmdetector.cpp
modules/objdetect/test/test_latentsvmdetector.cpp
+0
-2
precomp.hpp
modules/ocl/src/precomp.hpp
+0
-2
precomp.hpp
modules/photo/src/precomp.hpp
+0
-2
precomp.hpp
modules/stitching/src/precomp.hpp
+0
-2
perf_precomp.hpp
modules/superres/perf/perf_precomp.hpp
+0
-2
precomp.hpp
modules/superres/src/precomp.hpp
+0
-2
test_precomp.hpp
modules/superres/test/test_precomp.hpp
+0
-2
ts.hpp
modules/ts/include/opencv2/ts/ts.hpp
+0
-2
precomp.hpp
modules/video/src/precomp.hpp
+0
-2
precomp.hpp
modules/videostab/src/precomp.hpp
+0
-2
precomp.hpp
modules/world/src/precomp.hpp
+0
-2
No files found.
CMakeLists.txt
View file @
ac39bfb4
...
@@ -296,7 +296,6 @@ endif()
...
@@ -296,7 +296,6 @@ endif()
# Path for build/platform -specific headers
# Path for build/platform -specific headers
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
set
(
OPENCV_CONFIG_FILE_INCLUDE_DIR
"
${
CMAKE_BINARY_DIR
}
/"
CACHE PATH
"Where to create the platform-dependant cvconfig.h"
)
set
(
OPENCV_CONFIG_FILE_INCLUDE_DIR
"
${
CMAKE_BINARY_DIR
}
/"
CACHE PATH
"Where to create the platform-dependant cvconfig.h"
)
add_definitions
(
-DHAVE_CVCONFIG_H
)
ocv_include_directories
(
${
OPENCV_CONFIG_FILE_INCLUDE_DIR
}
)
ocv_include_directories
(
${
OPENCV_CONFIG_FILE_INCLUDE_DIR
}
)
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
...
...
modules/calib3d/src/precomp.hpp
View file @
ac39bfb4
...
@@ -42,9 +42,7 @@
...
@@ -42,9 +42,7 @@
#ifndef __OPENCV_PRECOMP_H__
#ifndef __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#include "opencv2/calib3d/calib3d.hpp"
#include "opencv2/calib3d/calib3d.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/imgproc/imgproc.hpp"
...
...
modules/contrib/src/precomp.hpp
View file @
ac39bfb4
...
@@ -43,9 +43,7 @@
...
@@ -43,9 +43,7 @@
#ifndef __OPENCV_PRECOMP_H__
#ifndef __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#include "opencv2/contrib/contrib.hpp"
#include "opencv2/contrib/contrib.hpp"
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/features2d/features2d.hpp"
...
...
modules/core/src/precomp.hpp
View file @
ac39bfb4
...
@@ -43,9 +43,7 @@
...
@@ -43,9 +43,7 @@
#ifndef __OPENCV_PRECOMP_H__
#ifndef __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#include "opencv2/core/core.hpp"
#include "opencv2/core/core.hpp"
#include "opencv2/core/core_c.h"
#include "opencv2/core/core_c.h"
...
...
modules/features2d/src/precomp.hpp
View file @
ac39bfb4
...
@@ -43,9 +43,7 @@
...
@@ -43,9 +43,7 @@
#ifndef __OPENCV_PRECOMP_H__
#ifndef __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/imgproc/imgproc.hpp"
...
...
modules/flann/src/precomp.hpp
View file @
ac39bfb4
...
@@ -5,9 +5,7 @@
...
@@ -5,9 +5,7 @@
#include <cstdarg>
#include <cstdarg>
#include <sstream>
#include <sstream>
#ifdef HAVE_CVCONFIG_H
# include "cvconfig.h"
# include "cvconfig.h"
#endif
#include "opencv2/core/core.hpp"
#include "opencv2/core/core.hpp"
#include "opencv2/core/internal.hpp"
#include "opencv2/core/internal.hpp"
...
...
modules/gpu/perf4au/main.cpp
View file @
ac39bfb4
...
@@ -42,9 +42,7 @@
...
@@ -42,9 +42,7 @@
#include <cstdio>
#include <cstdio>
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#include "opencv2/ts/ts.hpp"
#include "opencv2/ts/ts.hpp"
#include "opencv2/ts/gpu_perf.hpp"
#include "opencv2/ts/gpu_perf.hpp"
...
...
modules/gpu/src/precomp.hpp
View file @
ac39bfb4
...
@@ -47,9 +47,7 @@
...
@@ -47,9 +47,7 @@
#pragma warning( disable: 4251 4710 4711 4514 4996 )
#pragma warning( disable: 4251 4710 4711 4514 4996 )
#endif
#endif
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#include <cstring>
#include <cstring>
#include <iostream>
#include <iostream>
...
...
modules/highgui/test/test_precomp.hpp
View file @
ac39bfb4
...
@@ -9,9 +9,7 @@
...
@@ -9,9 +9,7 @@
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
#ifdef HAVE_CVCONFIG_H
# include "cvconfig.h"
# include "cvconfig.h"
#endif
#include "opencv2/ts/ts.hpp"
#include "opencv2/ts/ts.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/imgproc/imgproc.hpp"
...
...
modules/imgproc/src/precomp.hpp
View file @
ac39bfb4
...
@@ -43,9 +43,7 @@
...
@@ -43,9 +43,7 @@
#ifndef __OPENCV_PRECOMP_H__
#ifndef __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/imgproc/imgproc_c.h"
#include "opencv2/imgproc/imgproc_c.h"
...
...
modules/legacy/src/precomp.hpp
View file @
ac39bfb4
...
@@ -41,9 +41,7 @@
...
@@ -41,9 +41,7 @@
#ifndef __OPENCV_PRECOMP_H__
#ifndef __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#include "opencv2/legacy/legacy.hpp"
#include "opencv2/legacy/legacy.hpp"
...
...
modules/ml/src/precomp.hpp
View file @
ac39bfb4
...
@@ -41,9 +41,7 @@
...
@@ -41,9 +41,7 @@
#ifndef __OPENCV_PRECOMP_H__
#ifndef __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#include "opencv2/ml/ml.hpp"
#include "opencv2/ml/ml.hpp"
#include "opencv2/core/core_c.h"
#include "opencv2/core/core_c.h"
...
...
modules/nonfree/src/precomp.hpp
View file @
ac39bfb4
...
@@ -43,9 +43,7 @@
...
@@ -43,9 +43,7 @@
#ifndef __OPENCV_PRECOMP_H__
#ifndef __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#include "opencv2/opencv_modules.hpp"
#include "opencv2/opencv_modules.hpp"
...
...
modules/objdetect/src/precomp.hpp
View file @
ac39bfb4
...
@@ -43,9 +43,7 @@
...
@@ -43,9 +43,7 @@
#ifndef __OPENCV_PRECOMP_H__
#ifndef __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#include "opencv2/objdetect/objdetect.hpp"
#include "opencv2/objdetect/objdetect.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/imgproc/imgproc.hpp"
...
...
modules/objdetect/test/test_latentsvmdetector.cpp
View file @
ac39bfb4
...
@@ -44,9 +44,7 @@
...
@@ -44,9 +44,7 @@
#include <string>
#include <string>
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#ifdef HAVE_TBB
#ifdef HAVE_TBB
#include "tbb/task_scheduler_init.h"
#include "tbb/task_scheduler_init.h"
...
...
modules/ocl/src/precomp.hpp
View file @
ac39bfb4
...
@@ -52,9 +52,7 @@
...
@@ -52,9 +52,7 @@
#pragma warning( disable: 4267 4324 4244 4251 4710 4711 4514 4996 )
#pragma warning( disable: 4267 4324 4244 4251 4710 4711 4514 4996 )
#endif
#endif
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#include <map>
#include <map>
#include <iostream>
#include <iostream>
...
...
modules/photo/src/precomp.hpp
View file @
ac39bfb4
...
@@ -43,9 +43,7 @@
...
@@ -43,9 +43,7 @@
#ifndef __OPENCV_PRECOMP_H__
#ifndef __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#include "opencv2/photo/photo.hpp"
#include "opencv2/photo/photo.hpp"
...
...
modules/stitching/src/precomp.hpp
View file @
ac39bfb4
...
@@ -43,9 +43,7 @@
...
@@ -43,9 +43,7 @@
#ifndef __OPENCV_STITCHING_PRECOMP_H__
#ifndef __OPENCV_STITCHING_PRECOMP_H__
#define __OPENCV_STITCHING_PRECOMP_H__
#define __OPENCV_STITCHING_PRECOMP_H__
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#include "opencv2/opencv_modules.hpp"
#include "opencv2/opencv_modules.hpp"
#include <vector>
#include <vector>
...
...
modules/superres/perf/perf_precomp.hpp
View file @
ac39bfb4
...
@@ -51,9 +51,7 @@
...
@@ -51,9 +51,7 @@
#ifndef __OPENCV_PERF_PRECOMP_HPP__
#ifndef __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#include "opencv2/ts/ts.hpp"
#include "opencv2/ts/ts.hpp"
#include "opencv2/ts/gpu_perf.hpp"
#include "opencv2/ts/gpu_perf.hpp"
...
...
modules/superres/src/precomp.hpp
View file @
ac39bfb4
...
@@ -46,9 +46,7 @@
...
@@ -46,9 +46,7 @@
#include <vector>
#include <vector>
#include <limits>
#include <limits>
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#include "opencv2/opencv_modules.hpp"
#include "opencv2/opencv_modules.hpp"
#include "opencv2/core/core.hpp"
#include "opencv2/core/core.hpp"
...
...
modules/superres/test/test_precomp.hpp
View file @
ac39bfb4
...
@@ -51,9 +51,7 @@
...
@@ -51,9 +51,7 @@
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#include "opencv2/opencv_modules.hpp"
#include "opencv2/opencv_modules.hpp"
#include "opencv2/core/core.hpp"
#include "opencv2/core/core.hpp"
...
...
modules/ts/include/opencv2/ts/ts.hpp
View file @
ac39bfb4
#ifndef __OPENCV_GTESTCV_HPP__
#ifndef __OPENCV_GTESTCV_HPP__
#define __OPENCV_GTESTCV_HPP__
#define __OPENCV_GTESTCV_HPP__
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#ifndef GTEST_CREATE_SHARED_LIBRARY
#ifndef GTEST_CREATE_SHARED_LIBRARY
#ifdef BUILD_SHARED_LIBS
#ifdef BUILD_SHARED_LIBS
#define GTEST_LINKED_AS_SHARED_LIBRARY 1
#define GTEST_LINKED_AS_SHARED_LIBRARY 1
...
...
modules/video/src/precomp.hpp
View file @
ac39bfb4
...
@@ -43,9 +43,7 @@
...
@@ -43,9 +43,7 @@
#ifndef __OPENCV_PRECOMP_H__
#ifndef __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#include "opencv2/video/tracking.hpp"
#include "opencv2/video/tracking.hpp"
#include "opencv2/video/background_segm.hpp"
#include "opencv2/video/background_segm.hpp"
...
...
modules/videostab/src/precomp.hpp
View file @
ac39bfb4
...
@@ -43,9 +43,7 @@
...
@@ -43,9 +43,7 @@
#ifndef __OPENCV_PRECOMP_HPP__
#ifndef __OPENCV_PRECOMP_HPP__
#define __OPENCV_PRECOMP_HPP__
#define __OPENCV_PRECOMP_HPP__
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#include <stdexcept>
#include <stdexcept>
#include <iostream>
#include <iostream>
...
...
modules/world/src/precomp.hpp
View file @
ac39bfb4
...
@@ -43,9 +43,7 @@
...
@@ -43,9 +43,7 @@
#ifndef __OPENCV_PRECOMP_H__
#ifndef __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#include "cvconfig.h"
#endif
#include "opencv2/opencv_modules.hpp"
#include "opencv2/opencv_modules.hpp"
#ifdef HAVE_OPENCV_VIDEO
#ifdef HAVE_OPENCV_VIDEO
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment