mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-18 05:54:20 +01:00
Use meson to configure default values
Make meson generate config.h with configured values.
This commit is contained in:
@@ -5,9 +5,7 @@
|
||||
#include <libavformat/avformat.h>
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
#define DEFAULT_LOCAL_PORT 27183
|
||||
#define DEFAULT_MAX_SIZE 0 // unlimited
|
||||
#define DEFAULT_BIT_RATE 4000000 // 4Mbps
|
||||
#include "config.h"
|
||||
|
||||
struct args {
|
||||
const char *serial;
|
||||
|
||||
Reference in New Issue
Block a user