]> granicus.if.org Git - libjpeg-turbo/commitdiff
Fix I/O redirection in cjpeg and djpeg on Windows
authorDRC <dcommander@users.sourceforge.net>
Mon, 2 May 2011 00:40:13 +0000 (00:40 +0000)
committerDRC <dcommander@users.sourceforge.net>
Mon, 2 May 2011 00:40:13 +0000 (00:40 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@605 632fc199-4ca6-4c93-a231-07263d6284db

ChangeLog.txt
win/Makerules

index 6c3b93541f707199f2dac2b3bb319b80517352cd..6edefc054112565cbd31fa4e9718d5596bdf4e7a 100644 (file)
@@ -37,6 +37,9 @@ libjpeg-turbo with older versions of MinGW64, you will now have to add
 [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
 =====
index 291e1ff6d0f95df39ce0bc324768ab48bdc1a1a6..51fba682c422c9b6a3fdff1abb4ee420651bc86b 100755 (executable)
@@ -27,7 +27,7 @@ NASM = nasm
 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