diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2016-04-25 22:57:29 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2016-04-25 22:57:29 -0400 |
commit | b9fa7e7aeb41984e13fabbd38ebb1d2a86542e2c (patch) | |
tree | ef121df533df07809b9ea8ead7214ec30806caf2 /indra/llkdu/llimagej2ckdu.h | |
parent | 6b9ceb561c9754c2974e92c66ba15596d490754b (diff) | |
parent | a0052fac052c527e67f07a978a9413804427a736 (diff) |
Automated merge with ssh://bitbucket.org/lindenlab/viewer64
Diffstat (limited to 'indra/llkdu/llimagej2ckdu.h')
-rwxr-xr-x | indra/llkdu/llimagej2ckdu.h | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/indra/llkdu/llimagej2ckdu.h b/indra/llkdu/llimagej2ckdu.h index 02281152bf..8d66add38f 100755 --- a/indra/llkdu/llimagej2ckdu.h +++ b/indra/llkdu/llimagej2ckdu.h @@ -37,15 +37,8 @@ #include "kdu_messaging.h" #include "kdu_params.h" -// don't *really* want to rebuild KDU so turn off specific warnings for this header -#if LL_DARWIN -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wunused-private-field" -#include "kdu_compressed.h" -#pragma clang diagnostic pop -#else -#include "kdu_compressed.h" -#endif +#define kdu_xxxx "kdu_compressed.h" +#include "include_kdu_xxxx.h" #include "kdu_sample_processing.h" @@ -80,9 +73,9 @@ private: // Encode variable LLKDUMemSource *mInputp; - kdu_codestream *mCodeStreamp; - kdu_coords *mTPosp; // tile position - kdu_dims *mTileIndicesp; + kdu_core::kdu_codestream *mCodeStreamp; + kdu_core::kdu_coords *mTPosp; // tile position + kdu_core::kdu_dims *mTileIndicesp; int mBlocksSize; int mPrecinctsSize; int mLevels; |