Remote desk client supports MacOS

This commit is contained in:
dijunkun
2023-09-19 17:06:00 +08:00
parent ebd7d87e91
commit b16b29780b
19 changed files with 312 additions and 55 deletions

View File

@@ -2,12 +2,10 @@
#define _FFMPEG_DECODER_H_
#ifdef _WIN32
// Windows
extern "C" {
#include "libavcodec/avcodec.h"
};
#else
// Linux...
#ifdef __cplusplus
extern "C" {
#endif