Skip to content
Snippets Groups Projects
Commit 3229f7da authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

activate libjpeg when building libtiff

parent b9050221
No related branches found
No related tags found
No related merge requests found
......@@ -54,19 +54,19 @@ LOGLUV_SUPPORT = 1
#
# Uncomment and edit following lines to enable JPEG support.
#
#JPEG_SUPPORT = 1
#JPEGDIR = d:/projects/jpeg-6b
#JPEG_INCLUDE = -I$(JPEGDIR)
#JPEG_LIB = $(JPEGDIR)/Release/jpeg.lib
JPEG_SUPPORT = 1
JPEGDIR = @CMAKE_WIN_INSTALL_PREFIX@
JPEG_INCLUDE = -I$(JPEGDIR)\include
JPEG_LIB = $(JPEGDIR)\lib\libjpeg.lib
#
# Uncomment and edit following lines to enable ZIP support
# (required for Deflate compression and Pixar log-format)
#
ZIP_SUPPORT = 1
ZLIBDIR = @ZLIB_DIR@
ZLIB_INCLUDE = -I$(ZLIBDIR)/include
ZLIB_LIB = $(ZLIBDIR)/lib/zlib.lib
ZIP_SUPPORT = 1
ZLIBDIR = @CMAKE_WIN_INSTALL_PREFIX@
ZLIB_INCLUDE = -I$(ZLIBDIR)\include
ZLIB_LIB = $(ZLIBDIR)\lib\zlib.lib
#
# Uncomment and edit following lines to enable ISO JBIG support
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment