Suppressing the lib and winclude dir ! Now, all the dependancies libraries have to be managed by the developer. See COMPILE.txt on how to build the libs and how to get precompiled libraries.

This imply that we now use an up-to-date jpeg library, finally !
This commit is contained in:
Hombre
2010-12-12 18:47:53 +01:00
parent 0563f8677f
commit e394b29d6d
78 changed files with 431 additions and 16423 deletions

View File

@@ -119,11 +119,7 @@ setup_read_icc_profile (j_decompress_ptr cinfo)
/*
* Handy subroutine to test whether a saved marker is an ICC profile marker.
*/
#ifdef WIN32
static jboolean
#else
static boolean
#endif
marker_is_icc (jpeg_saved_marker_ptr marker)
{
return
@@ -164,11 +160,7 @@ marker_is_icc (jpeg_saved_marker_ptr marker)
* return FALSE. You might want to issue an error message instead.
*/
#ifdef WIN32
jboolean
#else
boolean
#endif
read_icc_profile (j_decompress_ptr cinfo,
JOCTET **icc_data_ptr,
unsigned int *icc_data_len)