mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +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