summaryrefslogtreecommitdiff
path: root/scripts/openjpeg/opj_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/openjpeg/opj_config.h')
-rw-r--r--scripts/openjpeg/opj_config.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/scripts/openjpeg/opj_config.h b/scripts/openjpeg/opj_config.h
new file mode 100644
index 00000000..647fe3b8
--- /dev/null
+++ b/scripts/openjpeg/opj_config.h
@@ -0,0 +1,18 @@
+/* If you want to build the library manually without using
+ * 'configure' or 'CMake'
+ * then copy this file
+ * 'opj_config.h.cmake.in'
+ * 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 FORGET TO CHANGE 'config.nix' APPROPRIATELY. ====
+*/