summaryrefslogtreecommitdiff
path: root/libopenjpeg/opj_includes.h
diff options
context:
space:
mode:
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2006-12-04 14:59:33 +0000
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2006-12-04 14:59:33 +0000
commit2c03b73dff9710b58231321de96bc0d6146e7c79 (patch)
tree0f98d90299f6e72703a55bc028d591c1f8cf7794 /libopenjpeg/opj_includes.h
parent6cc148e2267a9075f7c83726638f21c4b1ca36b2 (diff)
First integration of JPWL code
Diffstat (limited to 'libopenjpeg/opj_includes.h')
-rw-r--r--libopenjpeg/opj_includes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libopenjpeg/opj_includes.h b/libopenjpeg/opj_includes.h
index 5cf64ba7..4d48f2c8 100644
--- a/libopenjpeg/opj_includes.h
+++ b/libopenjpeg/opj_includes.h
@@ -93,5 +93,10 @@ Most compilers implement their own version of this keyword ...
#include "int.h"
#include "fix.h"
+/* JPWL>> */
+#ifdef USE_JPWL
+#include "../jpwl/jpwl.h"
+#endif /* USE_JPWL */
+/* <<JPWL */
#endif /* OPJ_INCLUDES_H */