mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 11:35:56 +00:00
fix: mac start error
This commit is contained in:
parent
acf7ef7077
commit
05ff1c25c2
1 changed files with 2 additions and 2 deletions
|
@ -39,10 +39,10 @@
|
|||
#define COMMON_LOG_LEVEL_DEF "info"
|
||||
|
||||
#define COMMON_CODEC_OPTIONS_KEY "CodecOptions"
|
||||
#define COMMON_CODEC_OPTIONS_DEF "-"
|
||||
#define COMMON_CODEC_OPTIONS_DEF ""
|
||||
|
||||
#define COMMON_CODEC_NAME_KEY "CodecName"
|
||||
#define COMMON_CODEC_NAME_DEF "-"
|
||||
#define COMMON_CODEC_NAME_DEF ""
|
||||
|
||||
// user config
|
||||
#define COMMON_RECORD_KEY "RecordPath"
|
||||
|
|
Loading…
Add table
Reference in a new issue