mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-25 16:20:33 +03:00
oops
This commit is contained in:
parent
1dcafb93a0
commit
83c4d90923
1
decode.c
1
decode.c
|
@ -846,7 +846,6 @@ PyImaging_JpegDecoderNew(PyObject* self, PyObject* args)
|
||||||
#ifdef JCS_EXTENSIONS
|
#ifdef JCS_EXTENSIONS
|
||||||
#if defined(LIBJPEG_TURBO_VERSION_NUMBER)
|
#if defined(LIBJPEG_TURBO_VERSION_NUMBER)
|
||||||
#if LIBJPEG_TURBO_VERSION_NUMBER >= 1002010
|
#if LIBJPEG_TURBO_VERSION_NUMBER >= 1002010
|
||||||
printf("LIBJPEG_TURBO_VERSION_NUMBER\n");
|
|
||||||
use_jcs_extensions = 1;
|
use_jcs_extensions = 1;
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user