comparison src/glyphs-x.c @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 538048ae2ab8
children e121b013d1f0
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
1058 1058
1059 /********************************************************************** 1059 /**********************************************************************
1060 * JPEG * 1060 * JPEG *
1061 **********************************************************************/ 1061 **********************************************************************/
1062 1062
1063 #include "jpeglib.h" 1063 #include <jpeglib.h>
1064 #include "jerror.h" 1064 #include <jerror.h>
1065 1065
1066 /* The in-core jpeg code doesn't work, so I'm avoiding it for now. -sb */ 1066 /* The in-core jpeg code doesn't work, so I'm avoiding it for now. -sb */
1067 /* Late-breaking update, we're going to give it a try, I think it's */ 1067 /* Late-breaking update, we're going to give it a try, I think it's */
1068 /* fixed now -sb */ 1068 /* fixed now -sb */
1069 /*#define USE_TEMP_FILES_FOR_JPEG_IMAGES 1*/ 1069 /*#define USE_TEMP_FILES_FOR_JPEG_IMAGES 1*/