This commit is contained in:
Alexander 2017-08-11 01:00:50 +03:00
parent 1dcafb93a0
commit 83c4d90923

View File

@ -846,7 +846,6 @@ PyImaging_JpegDecoderNew(PyObject* self, PyObject* args)
#ifdef JCS_EXTENSIONS
#if defined(LIBJPEG_TURBO_VERSION_NUMBER)
#if LIBJPEG_TURBO_VERSION_NUMBER >= 1002010
printf("LIBJPEG_TURBO_VERSION_NUMBER\n");
use_jcs_extensions = 1;
#endif
#else