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

@@ -68,13 +68,7 @@ extern void setup_read_icc_profile JPP((j_decompress_ptr cinfo));
* will prefer to have the data stick around after decompression finishes.)
*/
#ifdef WIN32
extern jboolean read_icc_profile JPP((j_decompress_ptr cinfo,
JOCTET **icc_data_ptr,
unsigned int *icc_data_len));
#else
extern boolean read_icc_profile JPP((j_decompress_ptr cinfo,
JOCTET **icc_data_ptr,
unsigned int *icc_data_len));
#endif