office-gobmx/jpeg
Christian Lohmaier a27a3990b8 fdo#47035: Fix loading of jpeg files on Mac/PPC
jpeg_decompress_struct gets padded when compiling libjpeg, but the
jpeg filter in svtools assume non-padded size, resulting in a mismatch
that makes libjpeg refuse to do its work.
2012-05-19 04:02:42 +02:00
..
prj
jpeg-8c.patch
makefile.mk fdo#47035: Fix loading of jpeg files on Mac/PPC 2012-05-19 04:02:42 +02:00
README
struct_alignment.patch fdo#47035: Fix loading of jpeg files on Mac/PPC 2012-05-19 04:02:42 +02:00

External library for reading/writing jpegs

This is only used by the svtools jpeg import filter that is provided
for use by VCL see [[svtools/source/filter/jpeg]]