Changeset 362
- Timestamp:
- 01/27/07 17:56:41 (2 years ago)
- Files:
-
- trunk/lib/jpeg-6b/Makefile (modified) (1 diff)
- trunk/lib/jpeg-6b/jconfig.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/jpeg-6b/Makefile
r255 r362 11 11 12 12 INCLUDES = jchuff.h jdhuff.h jdct.h jerror.h jinclude.h jmemsys.h jmorecfg.h \ 13 jpegint.h jpeglib.h jversion.h cdjpeg.h cderror.h transupp.h 13 jpegint.h jpeglib.h jversion.h cdjpeg.h cderror.h transupp.h jconfig.h 14 14 15 15 trunk/lib/jpeg-6b/jconfig.h
r199 r362 22 22 * #define the symbol if yes, #undef it if no. 23 23 */ 24 25 /* 26 * Don't use getenv, we are embedded. 27 */ 28 #define NO_GETENV 24 29 25 30 /* Does your compiler support function prototypes?
