summaryrefslogtreecommitdiff
path: root/src/lib/openjpip/msgqueue_manager.c
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-11-15 14:43:50 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-11-15 14:43:50 +0000
commitf663042893ad9b4ca81e0309fd336f8b659b3426 (patch)
tree6a358f0fa7a66fcc13841ee784462db2139fb362 /src/lib/openjpip/msgqueue_manager.c
parentf07c1a11a0500414a4693dc22fabdbda440c14fe (diff)
[trunk] propagate the new OPJ_ symbol and type to openjpip
Diffstat (limited to 'src/lib/openjpip/msgqueue_manager.c')
-rw-r--r--src/lib/openjpip/msgqueue_manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjpip/msgqueue_manager.c b/src/lib/openjpip/msgqueue_manager.c
index 7ba7cd4f..6cb19544 100644
--- a/src/lib/openjpip/msgqueue_manager.c
+++ b/src/lib/openjpip/msgqueue_manager.c
@@ -56,7 +56,7 @@
#define logstream stderr
#endif /*SERVER*/
-msgqueue_param_t * gene_msgqueue( opj_bool stateless, cachemodel_param_t *cachemodel)
+msgqueue_param_t * gene_msgqueue( OPJ_BOOL stateless, cachemodel_param_t *cachemodel)
{
msgqueue_param_t *msgqueue;
@@ -189,7 +189,7 @@ void enqueue_tile( Byte4_t tile_id, int level, msgqueue_param_t *msgqueue)
{
cachemodel_param_t *cachemodel;
target_param_t *target;
- opj_bool *tp_model;
+ OPJ_BOOL *tp_model;
Byte8_t numOftparts; /* num of tile parts par tile*/
Byte8_t numOftiles;
index_param_t *codeidx;