From 933911bddeb072527041d8dca7af8086d56b5b86 Mon Sep 17 00:00:00 2001 From: Mroik Date: Sat, 24 Jan 2026 02:29:04 +0100 Subject: [PATCH] Install example scripts and add fix man example --- gpu-screen-recorder.1 | 2 +- meson.build | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gpu-screen-recorder.1 b/gpu-screen-recorder.1 index be3a05d..b8688b1 100644 --- a/gpu-screen-recorder.1 +++ b/gpu-screen-recorder.1 @@ -499,7 +499,7 @@ Stream to Twitch: .PP .nf .RS -gpu-screen-recorder -w screen -f 60 -a default_output -o "rtmp://live.twitch.tv/app/stream_key" +gpu-screen-recorder -w screen -c flv -f 60 -a default_output -o "rtmp://live.twitch.tv/app/stream_key" .RE .fi .PP diff --git a/meson.build b/meson.build index e328793..9187acd 100644 --- a/meson.build +++ b/meson.build @@ -117,6 +117,7 @@ executable('gpu-screen-recorder', src, dependencies : dep, install : true) install_headers('plugin/plugin.h', install_dir : 'include/gsr') install_man('gpu-screen-recorder.1', 'gsr-kms-server.1') +install_subdir('scripts', install_dir: 'share/gpu-screen-recorder') if get_option('systemd') == true install_data(files('extra/gpu-screen-recorder.service'), install_dir : 'lib/systemd/user')