merge of wxMac into main repository
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2040ececde
commit
4a13f6e37e
BIN
src/tiff/makemac.mcp
Normal file
BIN
src/tiff/makemac.mcp
Normal file
Binary file not shown.
@ -608,9 +608,12 @@ LogLuvEncodeTile(TIFF* tif, tidata_t bp, tsize_t cc, tsample_t s)
|
||||
#else
|
||||
#define LOGOF2 0.69314718055994530942
|
||||
#endif
|
||||
#ifndef log2
|
||||
#define log2(x) ((1./LOGOF2)*log(x))
|
||||
#endif
|
||||
#ifndef exp2
|
||||
#define exp2(x) exp(LOGOF2*(x))
|
||||
|
||||
#endif
|
||||
#define UVSCALE 410.
|
||||
|
||||
static double
|
||||
|
BIN
src/zlib/makemac.mcp
Normal file
BIN
src/zlib/makemac.mcp
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user