[trunk] add openjpeg.h in some files of openjpip to use some opj type (thanks winfried)
This commit is contained in:
parent
59aa37fe2b
commit
82dad8e629
|
@ -31,6 +31,7 @@
|
||||||
#ifndef BOXHEADER_MANAGER_H_
|
#ifndef BOXHEADER_MANAGER_H_
|
||||||
# define BOXHEADER_MANAGER_H_
|
# define BOXHEADER_MANAGER_H_
|
||||||
|
|
||||||
|
#include "openjpeg.h"
|
||||||
#include "byte_manager.h"
|
#include "byte_manager.h"
|
||||||
#include "box_manager.h"
|
#include "box_manager.h"
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
#define BYTE_MANAGER_H_
|
#define BYTE_MANAGER_H_
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
#include "openjpeg.h"
|
||||||
#include "opj_stdint.h"
|
#include "opj_stdint.h"
|
||||||
typedef uint8_t Byte_t;
|
typedef uint8_t Byte_t;
|
||||||
typedef uint16_t Byte2_t;
|
typedef uint16_t Byte2_t;
|
||||||
|
|
Loading…
Reference in New Issue