From 811d4433c998e726f041d32a1f1e1c053b682fe5 Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Tue, 20 May 2003 15:33:55 +0000 Subject: [PATCH] Switched back to the old behaviour. Likely better solution should be found for OJPEG support. --- contrib/ojpeg/README | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/contrib/ojpeg/README b/contrib/ojpeg/README index 5c5bc1e8..548902dc 100644 --- a/contrib/ojpeg/README +++ b/contrib/ojpeg/README @@ -4,15 +4,12 @@ necessary: o Ensure you are able to build with JPEG support (see config.site). - o Uncomment OJPEG="yes" statement in config.site or #define OJPEG_SUPPORT - somewhere (if you don't use configure logic). This can be put in - tiffconf.h for instance. + o Uncomment OJPEG="yes" statement in config.site file or + #define OJPEG_SUPPORT somewhere. This can be put in tiffconf.h for + instance. - o Compile ojpeg.c module and link it with libtiff library. If you are using - configure script for building library it should be done automatically. - As an another option you can append the jdhuff_add.c code to the end - of jdhuff.c within the IJG JPEG libraries jdhuff.c file and recompile - libjpeg (jpeg-6b tested). + o Append the jdhuff_add.c code to the end of jdhuff.c within the IJG JPEG + libraries jdhuff.c file and recompile libjpeg (jpeg-6b tested). o Rebuild cleanly.