[c4eeda2] master: OSX: Jpeg2000 was formely handled by quicktime, after QT removal it was forgotten to move it to openjpeg, doing this now Note: In releases this was missing since 2.69, so we may want an ‘a’ release for 2.71

Jens Verwiebe noreply at git.blender.org
Fri Jul 4 15:02:18 CEST 2014


Commit: c4eeda267315731c4cf446c3ed030d4f8c158b52
Author: Jens Verwiebe
Date:   Fri Jul 4 15:01:56 2014 +0200
https://developer.blender.org/rBc4eeda267315731c4cf446c3ed030d4f8c158b52

OSX: Jpeg2000 was formely handled by quicktime, after QT removal it was forgotten to move it to openjpeg, doing this now
Note: In releases this was missing since 2.69, so we may want an ‘a’ release for 2.71

===================================================================

M	build_files/scons/config/darwin-config.py

===================================================================

diff --git a/build_files/scons/config/darwin-config.py b/build_files/scons/config/darwin-config.py
index aac7ed4..6f49960 100644
--- a/build_files/scons/config/darwin-config.py
+++ b/build_files/scons/config/darwin-config.py
@@ -88,6 +88,12 @@ BF_JPEG_INC = '${BF_JPEG}/include'
 BF_JPEG_LIB = 'jpeg'
 BF_JPEG_LIBPATH = '${BF_JPEG}/lib'
 
+WITH_BF_OPENJPEG = True
+BF_OPENJPEG = '#extern/libopenjpeg'
+BF_OPENJPEG_LIB = ''
+BF_OPENJPEG_INC = '${BF_OPENJPEG}'
+BF_OPENJPEG_LIBPATH='${BF_OPENJPEG}/lib'
+
 WITH_BF_PNG = True
 BF_PNG = LIBDIR + '/png'
 BF_PNG_INC = '${BF_PNG}/include'




More information about the Bf-blender-cvs mailing list