jbig2dec
Ralph Giles <[email protected]> Tue, 06 Aug 2002 03:57:52 -0700
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jbig2dec/jbig2dec
In directory usw-pr-cvs1:/tmp/cvs-serv21816
Modified Files:
jbig2_image_png.c
Log Message:
Document png_init_io() not working on win32 when libpng is a dll. Please
link statically.
Index: jbig2_image_png.c
===================================================================
RCS file: /cvsroot/jbig2dec/jbig2dec/jbig2_image_png.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- jbig2_image_png.c 20 Jul 2002 17:23:15 -0000 1.6
+++ jbig2_image_png.c 6 Aug 2002 10:57:49 -0000 1.7
@@ -73,6 +73,9 @@
return 4;
}
+ /* note that this doesn't work linking dynamically to libpng on win32
+ one has to either link statically or use callbacks because of runtime
+ variations */s
png_init_io(png, out);
/* now we fill out the info structure with our format data */