Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ set (USE_FFMPEG ON CACHE BOOL "Use FFmpeg if found")
set (USE_OPENJPEG ON CACHE BOOL "Use OpenJpeg if found")
set (USE_OCIO ON CACHE BOOL "Use OpenColorIO for color management if found")
set (USE_OPENCV ON CACHE BOOL "Use OpenCV if found")
set (USE_OPENSSL ON CACHE BOOL "Use OpenSSL if found")
set (USE_OPENSSL OFF CACHE BOOL "Use OpenSSL if found (for faster SHA-1)")
set (USE_FREETYPE ON CACHE BOOL "Use Freetype if found")
set (USE_GIF ON CACHE BOOL "Use GIF if found")
set (USE_LIBRAW ON CACHE BOOL "Use LibRaw if found")
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ help:
@echo " USE_NUKE=0 Don't build Nuke plugins"
@echo " NUKE_HOME=path Custom Nuke installation"
@echo " NUKE_VERSION=ver Custom Nuke version"
@echo " USE_OPENSSL=0 Don't use OpenSSL even if found"
# @echo " USE_OPENSSL=1 Use OpenSSL's SHA-1 implementation"
@echo " USE_LIBRAW=0 Don't use LibRaw, even if found"
@echo " LIBRAW_PATH=path Custom LibRaw installation"
@echo " FIELD3D_HOME=path Custom Field3D installation"
Expand Down