Select correct implementation by platform since it doesn't work via defined version
parent
e8fd133148
commit
3e5dae03cd
|
|
@ -29,13 +29,11 @@
|
||||||
|
|
||||||
// this is defined so that we get static linking.
|
// this is defined so that we get static linking.
|
||||||
#include "openjpeg.h"
|
#include "openjpeg.h"
|
||||||
#ifndef OPENJPEG_VERSION
|
#ifdef LL_WINDOWS
|
||||||
#include "cio.h"
|
#include "cio.h"
|
||||||
#include "event.h"
|
#include "event.h"
|
||||||
#ifdef OPJ_PACKAGE_VERSION
|
|
||||||
#define OPENJPEG2
|
#define OPENJPEG2
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "lltimer.h"
|
#include "lltimer.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue