src/hg/visiGene/vgPrepImage/jpgTiles.h 1.2

1.2 2010/01/28 00:24:46 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/jpgTiles.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/visiGene/vgPrepImage/jpgTiles.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/visiGene/vgPrepImage/jpgTiles.h	13 Feb 2006 06:57:05 -0000	1.1
+++ src/hg/visiGene/vgPrepImage/jpgTiles.h	28 Jan 2010 00:24:46 -0000	1.2
@@ -60,9 +60,9 @@
     char *outFullRoot, 
     char *outThumbPath, 
     unsigned char *(*readScanline)(), 
     int *inQuality, 
-    boolean makeFullSize
+    int makeFullSize   // boolean
     );
 /* encode jpg tiles and thumbnail for given image, 
  * optionally create fullsize image too (e.g. when input is from jp2 source)
  * optionally specify jpg quality for each of 5 levels in int array */