Changes between Version 6 and Version 7 of JpegIPP


Ignore:
Timestamp:
Oct 10, 2008, 8:51:02 AM (16 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JpegIPP

    v6 v7  
    3131 * libtiff with libjpeg-ipp sometimes produces spurious "Premature end of file" messages.
    3232
     33== Building ==
     34
     35In order to build GDAL and libtiff in "IPP compatible" form, it is necessary to define the IPPJ_HUFF macro for the build.  This can be manually accomplished for each.
     36
     37=== libtiff ===
     38
     39Add the following in libtiff\libtiff\tiffconf.h:
     40
     41{{{
     42#define IPPJ_HUFF
     43}}}
     44
     45=== GDAL ===
     46
     47On unix edit GDALmake.opt and add a "USER_DEFS=-DIPPJ_HUFF" macro at the top of the file.
     48
     49On windows add /DIPPJ_HUFF in the OPTFLAGS macro.
     50
    3351== Related Pages ==
    3452