From 19120fcb8f89b16126e9cfee096b2f0751554fdc Mon Sep 17 00:00:00 2001 From: BenzhengZhang <140143892+BenzhengZhang@users.noreply.github.com> Date: Thu, 13 Feb 2025 10:17:14 +0800 Subject: [PATCH] update openh264 version to v2.6.0 (#3858) * update openh264 version to v2.6.0 * Update shared lib version for meson --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6e8b58542..573f6c60d 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project('openh264', ['c', 'cpp'], default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) -major_version = '7' +major_version = '8' cpp = meson.get_compiler('cpp')