[Bf-committers] [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

Sergey Sharybin sergey.vfx at gmail.com
Fri Jul 4 17:43:51 CEST 2014


Not sure it should be 'a' release. I don't see crucial regressions
code-wise. Why not just update OSX build on ftp? :)


On Fri, Jul 4, 2014 at 7:02 PM, Jens Verwiebe <noreply at git.blender.org>
wrote:

> 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'
>
> _______________________________________________
> Bf-blender-cvs mailing list
> Bf-blender-cvs at blender.org
> http://lists.blender.org/mailman/listinfo/bf-blender-cvs
>



-- 
With best regards, Sergey Sharybin


More information about the Bf-committers mailing list