summaryrefslogtreecommitdiff
path: root/scripts/opj_config.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2011-04-06 13:39:22 +0200
committerTor Andersson <tor.andersson@artifex.com>2011-04-06 13:39:22 +0200
commit0accac9acc379d627499db1a55743e071df892a7 (patch)
tree212b2514a1af143c67c18830c83ffec2d0dcc822 /scripts/opj_config.h
parent22ad7c043fa3e9b9f23b5ba1960b8c8d90c08f9e (diff)
downloadmupdf-0accac9acc379d627499db1a55743e071df892a7.tar.xz
Move scripts and config files into "scripts" directory.
Diffstat (limited to 'scripts/opj_config.h')
-rw-r--r--scripts/opj_config.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/scripts/opj_config.h b/scripts/opj_config.h
new file mode 100644
index 00000000..d34edd22
--- /dev/null
+++ b/scripts/opj_config.h
@@ -0,0 +1,41 @@
+/* If you want to build the library manually without using
+ * 'configure' or 'CMake'
+ * then copy this file
+ * 'opj_config.h.in.user'
+ * to
+ * 'opj_config.h'
+ *
+ * Open 'opj_config.h' and change the file contents
+ * if you want to define something because you know you have
+ * BOTH installed the library AND the header file(s).
+ * Then e.g. write
+#define HAVE_LIBPNG 1
+ *
+ *
+ * The file 'opj_config.h' will be included in some source files.
+ * ==== YOU CAN NOT COMPILE WITHOUT IT. ====
+ * === DO NOT FOREGET TO CHANGE 'config.nix' APPROPRIATELY. ====
+*/
+
+/* 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"