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
This commit is contained in:
DRC
2013-01-27 15:54:59 +00:00
parent 0f7ff719a1
commit 189ee81b58

View File

@@ -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()