shithub: openh264

Download patch

ref: e3e83832299bd2c2e3e2582fbd88c0b985afeaf7
parent: 245a592955d6cbdec480693dd186ac139b650411
parent: 5b0ef63de27185074ea0a00a58ce76f29e0cb5af
author: guangwei <GuangweiWang@users.noreply.github.com>
date: Fri Jun 29 05:30:50 EDT 2018

Merge pull request #2985 from thiblahute/master

Minor fixes for the Meson builds.

--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('openh264', ['c', 'cpp'],
-  version : '1.7.0',
+  version : '1.8.0',
   meson_version : '>= 0.43',
   default_options : [ 'warning_level=1',
                       'buildtype=debugoptimized' ])
@@ -45,6 +45,7 @@
 
 supported_arguments = cpp.get_supported_arguments([
   '-Wno-non-virtual-dtor',
+  '-Wno-class-memaccess',
   '-Wno-strict-aliasing'])
 
 add_project_arguments(supported_arguments, language: 'cpp')