mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Merge pull request #1035 from wiredfool/blur-osx-build
Fix for building on OSX/Clang.
This commit is contained in:
commit
f1eaf1eff5
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
typedef UINT8 pixel[4];
|
typedef UINT8 pixel[4];
|
||||||
|
|
||||||
void inline
|
void static inline
|
||||||
ImagingLineBoxBlur32(pixel *lineOut, pixel *lineIn, int lastx, int radius, int edgeA,
|
ImagingLineBoxBlur32(pixel *lineOut, pixel *lineIn, int lastx, int radius, int edgeA,
|
||||||
int edgeB, UINT32 ww, UINT32 fw)
|
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,
|
ImagingLineBoxBlur8(UINT8 *lineOut, UINT8 *lineIn, int lastx, int radius, int edgeA,
|
||||||
int edgeB, UINT32 ww, UINT32 fw)
|
int edgeB, UINT32 ww, UINT32 fw)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user