mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Fix for building on OSX/Clang.
This commit is contained in:
parent
5f7c2dadc4
commit
05b578e7f4
|
@ -8,7 +8,7 @@
|
|||
|
||||
typedef UINT8 pixel[4];
|
||||
|
||||
void inline
|
||||
void static inline
|
||||
ImagingLineBoxBlur32(pixel *lineOut, pixel *lineIn, int lastx, int radius, int edgeA,
|
||||
int edgeB, UINT32 ww, UINT32 fw)
|
||||
{
|
||||
|
@ -103,7 +103,7 @@ ImagingLineBoxBlur32(pixel *lineOut, pixel *lineIn, int lastx, int radius, int e
|
|||
}
|
||||
|
||||
|
||||
void inline
|
||||
void static inline
|
||||
ImagingLineBoxBlur8(UINT8 *lineOut, UINT8 *lineIn, int lastx, int radius, int edgeA,
|
||||
int edgeB, UINT32 ww, UINT32 fw)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user