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
06742247
Commit
06742247
authored
Jul 11, 2013
by
Roman Donchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused PACKAGE_* macros.
parent
6f326220
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
34 deletions
+0
-34
OpenCVGenHeaders.cmake
cmake/OpenCVGenHeaders.cmake
+0
-10
cvconfig.h.cmake
cmake/templates/cvconfig.h.cmake
+0
-18
grfmt_jpeg2000.cpp
modules/highgui/src/grfmt_jpeg2000.cpp
+0
-6
No files found.
cmake/OpenCVGenHeaders.cmake
View file @
06742247
# ----------------------------------------------------------------------------
# Variables for cvconfig.h.cmake
# ----------------------------------------------------------------------------
set
(
PACKAGE
"opencv"
)
set
(
PACKAGE_BUGREPORT
"opencvlibrary-devel@lists.sourceforge.net"
)
set
(
PACKAGE_NAME
"opencv"
)
set
(
PACKAGE_STRING
"
${
PACKAGE
}
${
OPENCV_VERSION
}
"
)
set
(
PACKAGE_TARNAME
"
${
PACKAGE
}
"
)
set
(
PACKAGE_VERSION
"
${
OPENCV_VERSION
}
"
)
# platform-specific config file
# platform-specific config file
configure_file
(
"
${
OpenCV_SOURCE_DIR
}
/cmake/templates/cvconfig.h.cmake"
"
${
OPENCV_CONFIG_FILE_INCLUDE_DIR
}
/cvconfig.h"
)
configure_file
(
"
${
OpenCV_SOURCE_DIR
}
/cmake/templates/cvconfig.h.cmake"
"
${
OPENCV_CONFIG_FILE_INCLUDE_DIR
}
/cvconfig.h"
)
...
...
cmake/templates/cvconfig.h.cmake
View file @
06742247
...
@@ -91,24 +91,6 @@
...
@@ -91,24 +91,6 @@
/* OpenCV compiled as static or dynamic libs */
/* OpenCV compiled as static or dynamic libs */
#cmakedefine BUILD_SHARED_LIBS
#cmakedefine BUILD_SHARED_LIBS
/* Name of package */
#define PACKAGE "${PACKAGE}"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
/* Define to the full name of this package. */
#define PACKAGE_NAME "${PACKAGE_NAME}"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "${PACKAGE_STRING}"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "${PACKAGE_TARNAME}"
/* Define to the version of this package. */
#define PACKAGE_VERSION "${PACKAGE_VERSION}"
/* Version number of package */
/* Version number of package */
#define VERSION "${PACKAGE_VERSION}"
#define VERSION "${PACKAGE_VERSION}"
...
...
modules/highgui/src/grfmt_jpeg2000.cpp
View file @
06742247
...
@@ -53,12 +53,6 @@
...
@@ -53,12 +53,6 @@
#endif
#endif
#endif
#endif
#undef PACKAGE
#undef PACKAGE_BUGREPORT
#undef PACKAGE_NAME
#undef PACKAGE_STRING
#undef PACKAGE_TARNAME
#undef PACKAGE_VERSION
#undef VERSION
#undef VERSION
#include <jasper/jasper.h>
#include <jasper/jasper.h>
...
...
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