Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:libjpeg

11 project(libjpeg-turbo C)
50 option(WITH_JPEG7 "Emulate libjpeg v7 API/ABI (this makes libjpeg-turbo backward incompatible with libjpeg v6b)" FALSE)
51 option(WITH_JPEG8 "Emulate libjpeg v8 API/ABI (this makes libjpeg-turbo backward incompatible with libjpeg v6b)" FALSE)
52 option(WITH_MEM_SRCDST "Include in-memory source/destination manager functions when emulating the libjpeg v6b or v7 API/ABI" TRUE)
109 message(STATUS "Emulating libjpeg v8 API/ABI")
114 message(STATUS "Emulating libjpeg v7 API/ABI")
126 "Link all libjpeg-turbo libraries and executables with the C run-time DLL (msvcr*.dll) instead of the static C run-time library (libcmt*.lib.) The default is to use the C run-time DLL only with the libraries and executables that need it."
165 "Directory into which to install libjpeg-turbo (default: c:/${CMAKE_INSTALL_PREFIX_DEFAULT})"
904 configure_file(release/libjpeg-turbo.nsi.in libjpeg-turbo.nsi @ONLY)
910 makensis -nocd ${INST_DEFS} libjpeg-turbo.nsi
913 SOURCES libjpeg-turbo.nsi)
947 ${CMAKE_SOURCE_DIR}/example.c ${CMAKE_SOURCE_DIR}/libjpeg.txt