Fix -fallback-cpu-encoding not working properly

This commit is contained in:
dec05eba
2025-11-23 01:35:44 +01:00
parent 7123081e53
commit 72c548c19e
4 changed files with 50 additions and 41 deletions

View File

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