scrcpy/u/app/config.h
Romain Vimont 4689cd07d4 Add --audio-bit-rate
Add an option to configure the audio bit-rate.
2023-02-26 22:41:07 +01:00

29 lines
448 B
C

/*
* Autogenerated by the Meson build system.
* Do not edit, your changes will be lost.
*/
#pragma once
#define BUILD_DEBUG
#define DEFAULT_BIT_RATE 8000000
#define DEFAULT_LOCAL_PORT 27183
#define DEFAULT_MAX_SIZE 0
#define HIDPI_SUPPORT
#undef OVERRIDE_SERVER_PATH
#define PREFIX "/usr/local"
#define PREFIXED_SERVER_PATH "/share/scrcpy/scrcpy-server.jar"
#define SCRCPY_VERSION "1.6"
#define SKIP_FRAMES
#undef WINDOWS_NOCONSOLE