diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2006-12-04 14:59:33 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2006-12-04 14:59:33 +0000 |
| commit | 2c03b73dff9710b58231321de96bc0d6146e7c79 (patch) | |
| tree | 0f98d90299f6e72703a55bc028d591c1f8cf7794 /libopenjpeg/opj_includes.h | |
| parent | 6cc148e2267a9075f7c83726638f21c4b1ca36b2 (diff) | |
First integration of JPWL code
Diffstat (limited to 'libopenjpeg/opj_includes.h')
| -rw-r--r-- | libopenjpeg/opj_includes.h | 5 |
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 */ |
