diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-07-19 15:04:39 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-07-19 15:04:39 +0000 |
| commit | 4f4aa1d49fc261185085a86c80e8b06e46a7d5db (patch) | |
| tree | 6d1792ea7b56617729411c60426b594b183b6c35 /libs | |
| parent | 9e5a83d8f9571b290298d667956a62516b34bea5 (diff) | |
Lighter version of libtiff uploaded (without JPEG support).
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/libtiff/libtiff.lib | bin | 1463964 -> 440844 bytes | |||
| -rw-r--r-- | libs/libtiff/tiffconf.h | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/libs/libtiff/libtiff.lib b/libs/libtiff/libtiff.lib Binary files differindex 6bc8d529..24b8abcd 100644 --- a/libs/libtiff/libtiff.lib +++ b/libs/libtiff/libtiff.lib diff --git a/libs/libtiff/tiffconf.h b/libs/libtiff/tiffconf.h index bf889386..2d62fec0 100644 --- a/libs/libtiff/tiffconf.h +++ b/libs/libtiff/tiffconf.h @@ -40,7 +40,7 @@ #define CCITT_SUPPORT 1 /* Support JPEG compression (requires IJG JPEG library) */ -#define JPEG_SUPPORT 1 +#undef JPEG_SUPPORT /* Support LogLuv high dynamic range encoding */ #define LOGLUV_SUPPORT 1 |
