minor changes in header inclusions
This commit is contained in:
parent
2b7f6f82be
commit
709068ef5b
1
CHANGES
1
CHANGES
|
@ -6,6 +6,7 @@ What's New for OpenJPEG
|
|||
+ : added
|
||||
|
||||
November 15, 2010
|
||||
* [antonin] minor changes in header inclusions
|
||||
* [antonin] complete rewrite of opj_convert.c with correct values (from winfried)
|
||||
|
||||
November 11, 2010
|
||||
|
|
|
@ -29,12 +29,13 @@
|
|||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include <opj_config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "../opj_config.h"
|
||||
#include "openjpeg.h"
|
||||
#include "compat/getopt.h"
|
||||
#include "convert.h"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#include <opj_config.h>
|
||||
/*
|
||||
* Copyright (c) 20010, Mathieu Malaterre, GDCM
|
||||
* All rights reserved.
|
||||
|
@ -30,6 +29,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "../opj_config.h"
|
||||
#include "openjpeg.h"
|
||||
#include "../libopenjpeg/j2k.h"
|
||||
#include "../libopenjpeg/jp2.h"
|
||||
|
|
|
@ -29,12 +29,13 @@
|
|||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include <opj_config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "../opj_config.h"
|
||||
#include "openjpeg.h"
|
||||
#include "compat/getopt.h"
|
||||
#include "convert.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include <opj_config.h>
|
||||
#include "../opj_config.h"
|
||||
#ifdef HAVE_LIBLCMS2
|
||||
#include <math.h>
|
||||
#include <lcms2.h>
|
||||
|
@ -38,7 +38,6 @@
|
|||
#include <lcms.h>
|
||||
#endif
|
||||
#include "opj_includes.h"
|
||||
#include "opj_convert.h"
|
||||
|
||||
/** @defgroup JP2 JP2 - JPEG-2000 file format reader/writer */
|
||||
/*@{*/
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#include <opj_config.h>
|
||||
/*
|
||||
* Copyright (c) 2005, Hervé Drolon, FreeImage Team
|
||||
* All rights reserved.
|
||||
|
@ -29,6 +28,7 @@
|
|||
#include <windows.h>
|
||||
#endif /* WIN32 */
|
||||
|
||||
#include "../opj_config.h"
|
||||
#include "opj_includes.h"
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
|
|
@ -104,6 +104,7 @@ static INLINE long lrintf(float f){
|
|||
}
|
||||
#endif
|
||||
|
||||
#include "opj_convert.h"
|
||||
#include "j2k_lib.h"
|
||||
#include "opj_malloc.h"
|
||||
#include "event.h"
|
||||
|
|
Loading…
Reference in New Issue