diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-15 09:44:34 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-15 09:44:34 +0000 |
| commit | dff377a741ec87f8737002cf112ae12655881777 (patch) | |
| tree | 24fec645259014dc1e60f393d5d39c2b36aa603c /src/lib/openjp3d/volume.c | |
| parent | b24cf8d1574c00915c568314d3e0e011ca77ba89 (diff) | |
[trunk] Fix compilation:
- using mingw32 compiler (missing exported symbols)
- using -fvisibility=hidden (gcc on UNIX)
Diffstat (limited to 'src/lib/openjp3d/volume.c')
| -rwxr-xr-x | src/lib/openjp3d/volume.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/openjp3d/volume.c b/src/lib/openjp3d/volume.c index 5b9f1808..065a7a34 100755 --- a/src/lib/openjp3d/volume.c +++ b/src/lib/openjp3d/volume.c @@ -25,6 +25,8 @@ */
#include "opj_includes.h"
+#include "volume.h"
+#include "openjp3d.h"
opj_volume_t* OPJ_CALLCONV opj_volume_create(int numcmpts, opj_volume_cmptparm_t *cmptparms, OPJ_COLOR_SPACE clrspc) {
int compno;
|
