From: DRC Date: Sun, 27 Jan 2013 15:54:59 +0000 (+0000) Subject: Oops. Separate .def file is not needed when compiling with jpeg-8 API/ABI emulation. X-Git-Tag: 1.2.90~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=189ee81b58f03eb271f9cb8f09d7c94d61f33dca;p=libjpeg-turbo Oops. Separate .def file is not needed when compiling with jpeg-8 API/ABI emulation. git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@922 632fc199-4ca6-4c93-a231-07263d6284db --- diff --git a/sharedlib/CMakeLists.txt b/sharedlib/CMakeLists.txt index e54ee52..cd3f268 100755 --- a/sharedlib/CMakeLists.txt +++ b/sharedlib/CMakeLists.txt @@ -24,7 +24,7 @@ if(WITH_SIMD) set_source_files_properties(${SIMD_OBJS} PROPERTIES GENERATED 1) endif() -if(WITH_MEM_SRCDST) +if(WITH_MEM_SRCDST AND NOT WITH_JPEG8) add_library(jpeg SHARED ${JPEG_SRCS} ${SIMD_OBJS} ${CMAKE_SOURCE_DIR}/win/jpeg${DLL_VERSION}-memsrcdst.def) else()