[trunk] Fix compilation win32 with shared libs on (export symbol name)

This commit is contained in:
Mathieu Malaterre 2012-03-17 18:06:54 +00:00
parent e24127771e
commit 811c01cc2e
1 changed files with 2 additions and 2 deletions

View File

@ -1456,11 +1456,11 @@ Setup the encoder parameters using the current image and using user parameters.
OPJ_API opj_bool OPJ_CALLCONV opj_setup_encoder_v2(opj_codec_t *cinfo, opj_cparameters_t *parameters, opj_image_t *image);
opj_bool OPJ_CALLCONV opj_start_compress ( opj_codec_t *p_codec,
OPJ_API opj_bool OPJ_CALLCONV opj_start_compress ( opj_codec_t *p_codec,
opj_image_t * p_image,
opj_stream_t *p_cio);
opj_bool OPJ_CALLCONV opj_end_compress (opj_codec_t *p_codec,opj_stream_t *p_cio);
OPJ_API opj_bool OPJ_CALLCONV opj_end_compress (opj_codec_t *p_codec,opj_stream_t *p_cio);
/**
Encode an image into a JPEG-2000 codestream