summaryrefslogtreecommitdiff
path: root/scripts/opj_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/opj_config.h')
-rw-r--r--scripts/opj_config.h26
1 files changed, 1 insertions, 25 deletions
diff --git a/scripts/opj_config.h b/scripts/opj_config.h
index 39b38228..8ed0857f 100644
--- a/scripts/opj_config.h
+++ b/scripts/opj_config.h
@@ -1,7 +1,7 @@
/* If you want to build the library manually without using
* 'configure' or 'CMake'
* then copy this file
- * 'opj_config.h.in.user'
+ * 'opj_config.h.cmake.in'
* to
* 'opj_config.h'
*
@@ -17,29 +17,5 @@
* === DO NOT FORGET TO CHANGE 'config.nix' APPROPRIATELY. ====
*/
-#define USE_JPIP
-#define USE JPWL
-#define OPJ_PACKAGE_VERSION "2.0.0"
-/* DO NOT DEFINE BOTH VERSIONS OF LCMS */
-/* define to 1 if you have both liblcms and lcms.h installed */
-#undef HAVE_LIBLCMS1
-/* #define HAVE_LIBLCMS1 1 */
-/* define to 1 if you have both liblcms2 and lcms2.h installed */
-#undef HAVE_LIBLCMS2
-/* #define HAVE_LIBLCMS2 1 */
-
-/* define to 1 if you have both libpng and png.h installed */
-#undef HAVE_LIBPNG
-/* #define HAVE_LIBPNG 1 */
-
-/* define to 1 if you have both libtiff and tiff.h installed */
-#undef HAVE_LIBTIFF
-/* #define HAVE_LIBTIFF 1 */
-
-/*---------------- DO NOT CHANGE BELOW THIS LINE ----------------*/
-#define PACKAGE_URL "http://www.openjpeg.org/"
-#define PACKAGE_BUGREPORT "http://code.google.com/p/openjpeg/"
-
-#define PACKAGE_VERSION "1.4.0"