mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-04 03:40:45 +00:00
Add specific config.h.
This commit is contained in:
parent
33d4fca732
commit
4c8a4d6e3f
16
src/vector/config.h
Normal file
16
src/vector/config.h
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
#ifndef CONFIG_H
|
||||||
|
#define CONFIG_H
|
||||||
|
|
||||||
|
// enable threading
|
||||||
|
#define LOTTIE_THREAD_SUPPORT
|
||||||
|
|
||||||
|
//enable logging
|
||||||
|
//#define LOTTIE_LOGGING_SUPPORT
|
||||||
|
|
||||||
|
//enable module building of image loader
|
||||||
|
#define LOTTIE_IMAGE_MODULE_SUPPORT
|
||||||
|
|
||||||
|
//enable lottie model caching
|
||||||
|
//#define LOTTIE_CACHE_SUPPORT
|
||||||
|
|
||||||
|
#endif // CONFIG_H
|
Loading…
x
Reference in New Issue
Block a user