diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-25 08:15:41 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-25 08:15:41 +0000 |
| commit | 4585b23552aa2bbd06ece52cc9920c302b66d3c8 (patch) | |
| tree | b57f74453ee2cf9635246ac47761659113cf83bf /src/lib/openmj2 | |
| parent | 23a624f73adba55d60b1569b2c32c2b0397a4c10 (diff) | |
[trunk] Fix OpenJPWL compilation
Simply move files over from branch 1.5 onto current trunk, and use current openmj2 copy (it contains a copy of openjpeg 1.5.x)
Diffstat (limited to 'src/lib/openmj2')
| -rw-r--r-- | src/lib/openmj2/opj_includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openmj2/opj_includes.h b/src/lib/openmj2/opj_includes.h index e5366f5e..e483390c 100644 --- a/src/lib/openmj2/opj_includes.h +++ b/src/lib/openmj2/opj_includes.h @@ -130,7 +130,7 @@ static INLINE long lrintf(float f){ /* JPWL>> */ #ifdef USE_JPWL -#include "./jpwl/jpwl.h" +#include "jpwl.h" #endif /* USE_JPWL */ /* <<JPWL */ |
