Support surround sound for application audio capture, support unlimited links

This commit is contained in:
dec05eba
2025-05-26 17:56:24 +02:00
parent 23fd8065b6
commit 815350a5ca
6 changed files with 181 additions and 139 deletions

View File

@@ -1,4 +1,4 @@
project('gpu-screen-recorder', ['c', 'cpp'], version : '5.5.4', default_options : ['warning_level=2'])
project('gpu-screen-recorder', ['c', 'cpp'], version : '5.5.5', default_options : ['warning_level=2'])
add_project_arguments('-Wshadow', language : ['c', 'cpp'])
if get_option('buildtype') == 'debug'