mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Use threaded decoding in ffmpeg streaming.
This commit is contained in:
@@ -83,6 +83,14 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#endif // Q_OS_UNIX
|
||||
|
||||
// Remove 'small' macro definition.
|
||||
#ifdef Q_OS_WIN
|
||||
#include <rpc.h>
|
||||
#ifdef small
|
||||
#undef small
|
||||
#endif // small
|
||||
#endif // Q_OS_WIN
|
||||
|
||||
#include <array>
|
||||
#include <vector>
|
||||
#include <set>
|
||||
|
||||
Reference in New Issue
Block a user