mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
relay on PATH to find executables
This commit is contained in:
parent
c6d645d720
commit
4637409d0b
6 changed files with 28 additions and 24 deletions
|
|
@ -186,6 +186,7 @@ void cli_printf(const char *fmt, ...);
|
|||
#define CLI_BLUE "\x1B[0;94m"
|
||||
#define CLI_BOLDGRAY "\x1B[1;30m"
|
||||
#define CLI_BOLDWHITE "\x1B[1;37m"
|
||||
|
||||
#define CLI_PROMPT CLI_BLUE "[miraclectl] # " CLI_DEFAULT
|
||||
|
||||
struct cli_cmd {
|
||||
|
|
|
|||
|
|
@ -369,7 +369,7 @@ static void spawn_gst(int hres, int vres)
|
|||
}
|
||||
|
||||
i = 0;
|
||||
argv[i++] = (char*) BUILD_BINDIR "/miracle-gst.sh";
|
||||
argv[i++] = (char*) "/miracle-gst.sh";
|
||||
if (cli_max_sev >= 7)
|
||||
argv[i++] = "-d 3";
|
||||
if (gst_audio_en)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue