diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2013-03-25 13:43:14 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2013-03-25 13:43:14 +0000 |
| commit | da4bd9b110674dc77140190f32faf4685b609b32 (patch) | |
| tree | 89c59fc79e10ab0b311dcf841a9e6a28aad4afa6 /src/lib | |
| parent | 7fbf6df09ec66202e75f998cc0ee98b81561c758 (diff) | |
[trunk] use the private version of opj_config to avoid compilation error into mj2
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/openmj2/openjpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openmj2/openjpeg.c b/src/lib/openmj2/openjpeg.c index b9fb0743..ab53472e 100644 --- a/src/lib/openmj2/openjpeg.c +++ b/src/lib/openmj2/openjpeg.c @@ -28,7 +28,7 @@ #include <windows.h> #endif /* _WIN32 */ -#include "opj_config.h" +#include "opj_config_private.h" #include "opj_includes.h" /* ---------------------------------------------------------------------- */ |
