-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60c1426
commit 78e342a
Showing
3 changed files
with
89 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
menu "ThorVG Support Options" | ||
|
||
config THORVG_LOG_ENABLED | ||
bool "Enable ThorVG log" | ||
default n | ||
help | ||
Enable ThorVG log. | ||
|
||
config THORVG_THREAD_SUPPORT | ||
bool "Enable ThorVG thread support" | ||
default n | ||
help | ||
Enable ThorVG thread support. | ||
|
||
menu "Loaders Support" | ||
|
||
config THORVG_LOTTIE_LOADER_SUPPORT | ||
bool "Enable Lottie loader support" | ||
default y | ||
help | ||
Enable Lottie loader support. | ||
|
||
config THORVG_TVG_LOADER_SUPPORT | ||
bool "Enable tvg loader support" | ||
default n | ||
help | ||
Enable TVG loader support. | ||
|
||
config THORVG_SVG_LOADER_SUPPORT | ||
bool "Enable svg loader support" | ||
default n | ||
help | ||
Enable SVG loader support. | ||
|
||
config THORVG_PNG_LOADER_SUPPORT | ||
bool "Enable png loader support" | ||
default n | ||
help | ||
Enable PNG loader support. | ||
|
||
config THORVG_JPEG_LOADER_SUPPORT | ||
bool "Enable jpeg loader support" | ||
default n | ||
help | ||
Enable JPEG loader support. | ||
|
||
endmenu | ||
|
||
endmenu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters