2
0
mirror of https://github.com/ars3niy/tdlib-purple synced 2025-08-22 01:49:29 +00:00

Don't #include gif code if animated stickers are not used

This commit is contained in:
Arseniy Lartsev 2021-01-01 01:12:49 +01:00
parent 6bf8906c8f
commit b2bbf0e8bb

View File

@ -1,7 +1,6 @@
#include "sticker.h"
#include "buildopt.h"
#include "config.h"
#include "gif.h"
#include "format.h"
#include "receiving.h"
@ -11,6 +10,7 @@
#endif
#ifndef NoLottie
#include "gif.h"
#include <zlib.h>
#include <rlottie.h>
#endif