diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-24 15:19:51 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-24 15:19:51 +0000 |
| commit | 76947f007466ea68cddabd915633d9670dabdb98 (patch) | |
| tree | 278b9e644806b04dae27ab3e8b54ab8cab0f0f35 /src/lib/openjp2/opj_includes.h | |
| parent | f649754018f61269134e25cfca22eab9c79e22eb (diff) | |
[trunk] add the support of complex mct encoding when we setup the j2k encoder
Diffstat (limited to 'src/lib/openjp2/opj_includes.h')
| -rw-r--r-- | src/lib/openjp2/opj_includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/openjp2/opj_includes.h b/src/lib/openjp2/opj_includes.h index 427bf8b4..c31ae4cf 100644 --- a/src/lib/openjp2/opj_includes.h +++ b/src/lib/openjp2/opj_includes.h @@ -153,6 +153,7 @@ static INLINE long lrintf(float f){ #include "cio.h" #include "image.h" +#include "invert.h" #include "j2k.h" #include "jp2.h" #include "jpt.h" |
