git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@605
632fc199-4ca6-4c93-a231-
07263d6284db
[6] Eliminated excessive I/O overhead that occurred when reading BMP files in
cjpeg.
+[7] Eliminated errors in the output of cjpeg on Windows that occurred when the
+application was invoked using I/O redirection (cjpeg <inputfile >output.jpeg).
+
1.0.1
=====
endif
CFLAGS = -W3 -wd4996 -Iwin -I. -DBMP_SUPPORTED -DGIF_SUPPORTED \
- -DPPM_SUPPORTED -DTARGA_SUPPORTED
+ -DPPM_SUPPORTED -DTARGA_SUPPORTED -DUSE_SETMODE
ifeq ($(WIN64), yes)
NAFLAGS = -fwin64 -DWIN64 -DMSVC -D__x86_64__ -Iwin/
else