diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-30 16:42:26 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-30 16:42:26 +0200 |
commit | 9599834d9cc1c9575792bb5b85de083db3cde6a3 (patch) | |
tree | 837cf6b767c648f351d978fee70d6e2c6a6d9294 | |
parent | d37688e4c2c0d6cd0b082ccfbd663905359f6ea5 (diff) |
5.3.4
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | project.conf | 2 | ||||
-rw-r--r-- | src/main.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meson.build b/meson.build index 70a6a9b..52bf978 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '5.3.3', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '5.3.4', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' diff --git a/project.conf b/project.conf index c281482..b2595ac 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder" type = "executable" -version = "5.3.3" +version = "5.3.4" platforms = ["posix"] [config] diff --git a/src/main.cpp b/src/main.cpp index 57ccab6..4d231af 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1258,7 +1258,7 @@ static void usage_full() { printf(" window\n"); printf(" DP-1|1920x1080\n"); printf(" The <option> and <monitor_name> is the name that can be passed to GPU Screen Recorder with the -w option.\n"); - printf(" --list-capture-options optionally accepts a card path (\"/dev/dri/cardN\") and vendor (\"amd\", \"intel\" or \"nvidia\") which can improve the performance of running this command.\n"); + printf(" --list-capture-options optionally accepts a card path (\"/dev/dri/cardN\") and vendor (\"amd\", \"intel\", \"nvidia\" or \"broadcom\") which can improve the performance of running this command.\n"); printf("\n"); printf(" --list-audio-devices\n"); printf(" List audio devices. Lists audio devices in the following format (prints them to stdout and exits):\n"); |