From a81f5427266764e4f5010f5e410617657553e67f Mon Sep 17 00:00:00 2001 From: DRC Date: Sun, 22 Jun 2014 20:50:14 +0000 Subject: [PATCH] Big oops. wrjpgcom on Windows was being built using the rdjpgcom source. git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.2.x@1327 632fc199-4ca6-4c93-a231-07263d6284db --- CMakeLists.txt | 2 +- ChangeLog.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 618beb3..8448eeb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -235,7 +235,7 @@ set_property(TARGET jpegtran-static PROPERTY COMPILE_FLAGS "-DUSE_SETMODE") add_executable(rdjpgcom rdjpgcom.c) -add_executable(wrjpgcom rdjpgcom.c) +add_executable(wrjpgcom wrjpgcom.c) # diff --git a/ChangeLog.txt b/ChangeLog.txt index ac51cbb..28aca8a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -36,6 +36,9 @@ and later. [9] Fixed a segfault that occurred when calling output_message() with msg_code set to JMSG_COPYRIGHT. +[10] Fixed a bug in the build system that was causing the Windows version of +wrjpgcom to be built using the rdjpgcom code. + 1.2.1 ===== -- 2.40.0