shithub: openh264

Download patch

ref: 1a287c681d4cd2f03dd0b969b75d1f6439cace13
parent: 3f28643f3ce422d98f1e1b80afc88415cde79005
parent: 4014cdb1015967cfe4ff61a30fbd10c365924c78
author: guangwei <GuangweiWang@users.noreply.github.com>
date: Tue Dec 17 09:48:45 EST 2019

Merge pull request #3165 from Othko97/coldtom/bump-meson-version

meson.build: Bump soname version to 5

--- a/meson.build
+++ b/meson.build
@@ -1,10 +1,10 @@
 project('openh264', ['c', 'cpp'],
-  version : '1.8.0',
+  version : '2.0.0',
   meson_version : '>= 0.43',
   default_options : [ 'warning_level=1',
                       'buildtype=debugoptimized' ])
 
-major_version = '4'
+major_version = '5'
 
 cpp = meson.get_compiler('cpp')