mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Disable libheif on windows xp
This commit is contained in:
@ -46,7 +46,11 @@
|
||||
#define CXIMAGE_SUPPORT_PSD 1
|
||||
|
||||
#ifndef BUILDING_WASM_MODULE
|
||||
#ifdef SUPPORT_LIB_HEIF_SOURCES
|
||||
#define CXIMAGE_SUPPORT_HEIF 1
|
||||
#else
|
||||
#define CXIMAGE_SUPPORT_HEIF 0
|
||||
#endif
|
||||
#define CXIMAGE_SUPPORT_RAW 1
|
||||
#else
|
||||
#define CXIMAGE_SUPPORT_HEIF 0
|
||||
|
||||
Reference in New Issue
Block a user