Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-01-24 00:08:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-01-24 00:08:01 +0300
commit55150edc925e7d74398f39d5bf46212200f53324 (patch)
tree76b6844a5e2bec11588147aa96e6651246e47e3d /config/win32-vc-config.py
parent8a95c67a50918a928f45fffd53e084428fcff9d8 (diff)
[#18164] jpeg2000 patch, with some fixes from Peter too.
Support for jpeg2000 and writing DCI Cinema standard files. Notes * 12 and 16bit channel depths are converted from/to blenders float buffer. * Grayscale/RGB with alpha supported. * Theres an option to save color channels as YCC rather then RGB. * Quality 100 saves lossless * The UI is a bit weired because of the DCI standards need to be given to the encoder.
Diffstat (limited to 'config/win32-vc-config.py')
-rw-r--r--config/win32-vc-config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index d7165401705..d4e9fa9b30e 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -153,6 +153,10 @@ BF_QUICKTIME_LIB = 'qtmlClient'
BF_QUICKTIME_LIBPATH = '${BF_QUICKTIME}/Libraries'
WITH_BF_OPENJPEG = True
+BF_OPENJPEG = '#extern/libopenjpeg'
+BF_OPENJPEG_LIB = ''
+BF_OPENJPEG_INC = '${BF_OPENJPEG}'
+BF_OPENJPEG_LIBPATH='${BF_OPENJPEG}/lib'
WITH_BF_REDCODE = False
BF_REDCODE_INC = '#extern'