4.1.9, Prepare for new hdr metadata alloc function and new preset values in ffmpeg 7.1

This commit is contained in:
dec05eba
2024-09-20 23:01:21 +02:00
parent f3284302a7
commit ff6d468713
3 changed files with 68 additions and 37 deletions

View File

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