build options to disable image formats WITH_CINEON, WITH_HDR.

- updated cmake, make & scons.
- renamed CMake build options WITH_TIFF -> WITH_IMAGE_TIFF, same for DDS, OPENJPEG etc.
This commit is contained in:
Campbell Barton
2010-08-03 11:25:34 +00:00
parent 940d1dcd0a
commit 957976882d
43 changed files with 314 additions and 111 deletions

View File

@@ -159,6 +159,8 @@ ifndef CONFIG_GUESS
endif
export WITH_TIFF ?= true
export WITH_CINEON ?= true
export WITH_HDR ?= true
# Compare recreated .mo files with committed ones
export BF_VERIFY_MO_FILES ?= true