mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-24 08:14:10 +03:00
Merge pull request #1 from radarhere/fix_build_macos
Renamed zip header file
This commit is contained in:
commit
00dede539e
|
@ -807,7 +807,7 @@ PyImaging_XbmDecoderNew(PyObject* self, PyObject* args)
|
||||||
|
|
||||||
#ifdef HAVE_LIBZ
|
#ifdef HAVE_LIBZ
|
||||||
|
|
||||||
#include "ZipState.h"
|
#include "ZipCodecs.h"
|
||||||
|
|
||||||
PyObject*
|
PyObject*
|
||||||
PyImaging_ZipDecoderNew(PyObject* self, PyObject* args)
|
PyImaging_ZipDecoderNew(PyObject* self, PyObject* args)
|
||||||
|
|
|
@ -578,7 +578,7 @@ PyImaging_XbmEncoderNew(PyObject* self, PyObject* args)
|
||||||
|
|
||||||
#ifdef HAVE_LIBZ
|
#ifdef HAVE_LIBZ
|
||||||
|
|
||||||
#include "ZipState.h"
|
#include "ZipCodecs.h"
|
||||||
|
|
||||||
PyObject*
|
PyObject*
|
||||||
PyImaging_ZipEncoderNew(PyObject* self, PyObject* args)
|
PyImaging_ZipEncoderNew(PyObject* self, PyObject* args)
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#ifdef HAVE_LIBZ
|
#ifdef HAVE_LIBZ
|
||||||
|
|
||||||
#include "ZipState.h"
|
#include "ZipCodecs.h"
|
||||||
|
|
||||||
static const int OFFSET[] = { 7, 3, 3, 1, 1, 0, 0 };
|
static const int OFFSET[] = { 7, 3, 3, 1, 1, 0, 0 };
|
||||||
static const int STARTING_COL[] = { 0, 4, 0, 2, 0, 1, 0 };
|
static const int STARTING_COL[] = { 0, 4, 0, 2, 0, 1, 0 };
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
#ifdef HAVE_LIBZ
|
#ifdef HAVE_LIBZ
|
||||||
|
|
||||||
#include "ZipState.h"
|
#include "ZipCodecs.h"
|
||||||
|
|
||||||
int
|
int
|
||||||
ImagingZipEncode(Imaging im, ImagingCodecState state, UINT8* buf, int bytes)
|
ImagingZipEncode(Imaging im, ImagingCodecState state, UINT8* buf, int bytes)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user