src/hg/visiGene/vgPrepImage/vgPrepImage.c 1.5
1.5 2010/01/28 00:24:48 galt
trying to get it to compile, using dynamic libjpeg since static no longer easily available, changing jpeg2000 dependency to default off since most people will not need it, using jpgTilesX.h as a minimal include file removes the conflict over "boolean" between common.h and libjpeg.h
Index: src/hg/visiGene/vgPrepImage/vgPrepImage.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/visiGene/vgPrepImage/vgPrepImage.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/hg/visiGene/vgPrepImage/vgPrepImage.c 28 Feb 2006 19:06:14 -0000 1.4
+++ src/hg/visiGene/vgPrepImage/vgPrepImage.c 28 Jan 2010 00:24:48 -0000 1.5
@@ -5,9 +5,9 @@
#include "dystring.h"
#include "options.h"
#include "portable.h"
-#include "jpgTiles.h"
+#include "jpgTilesX.h"
#include "jpgDec.h"
#include "jp2Dec.h"
static char const rcsid[] = "$Id$";