thorvg: Disable webp loader if corresponding module is disabled
Fixes #91873.
This commit is contained in:
4
thirdparty/thorvg/inc/config.h
vendored
4
thirdparty/thorvg/inc/config.h
vendored
@ -5,9 +5,11 @@
|
||||
#define THORVG_SVG_LOADER_SUPPORT
|
||||
#define THORVG_PNG_LOADER_SUPPORT
|
||||
#define THORVG_JPG_LOADER_SUPPORT
|
||||
#define THORVG_WEBP_LOADER_SUPPORT
|
||||
#define THORVG_THREAD_SUPPORT
|
||||
|
||||
// Added conditionally if webp module is enabled.
|
||||
//#define THORVG_WEBP_LOADER_SUPPORT
|
||||
|
||||
// For internal debugging:
|
||||
//#define THORVG_LOG_ENABLED
|
||||
|
||||
|
||||
Reference in New Issue
Block a user