Install example scripts and add fix man example

This commit is contained in:
Mroik
2026-01-24 02:29:04 +01:00
committed by dec05eba
parent 01d0df500c
commit 933911bdde
2 changed files with 2 additions and 1 deletions

View File

@@ -499,7 +499,7 @@ Stream to Twitch:
.PP .PP
.nf .nf
.RS .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 .RE
.fi .fi
.PP .PP

View File

@@ -117,6 +117,7 @@ executable('gpu-screen-recorder', src, dependencies : dep, install : true)
install_headers('plugin/plugin.h', install_dir : 'include/gsr') install_headers('plugin/plugin.h', install_dir : 'include/gsr')
install_man('gpu-screen-recorder.1', 'gsr-kms-server.1') install_man('gpu-screen-recorder.1', 'gsr-kms-server.1')
install_subdir('scripts', install_dir: 'share/gpu-screen-recorder')
if get_option('systemd') == true if get_option('systemd') == true
install_data(files('extra/gpu-screen-recorder.service'), install_dir : 'lib/systemd/user') install_data(files('extra/gpu-screen-recorder.service'), install_dir : 'lib/systemd/user')