Fix bug 65650

This commit is contained in:
Oleg Korshul
2024-01-21 21:00:39 +03:00
parent 4ee2ca7098
commit d878291091

View File

@ -43,9 +43,14 @@
#define CXIMAGE_SUPPORT_MNG 1
#define CXIMAGE_SUPPORT_SKA 1
#define CXIMAGE_SUPPORT_RAW 1
#define CXIMAGE_SUPPORT_PSD 1
#ifndef BUILDING_WASM_MODULE
#define CXIMAGE_SUPPORT_RAW 1
#else
#define CXIMAGE_SUPPORT_RAW 0
#endif
#ifdef CXIMAGE_DISABLE_SUPPORT_MNG
#undef CXIMAGE_SUPPORT_MNG
#define CXIMAGE_SUPPORT_MNG 0