shithub: openh264

Download patch

ref: cabcddda2aa8d202f6ed12466331f9cc9de86dc0
parent: 19db13a5c5db7ebe98ddf63e00b13341757f59aa
author: Tim-Philipp Müller <tim@centricular.com>
date: Tue Jul 7 15:06:15 EDT 2020

meson: fix warnings when copying headers into the builddir

Use 'copy' kwarg instead of passing empty configuration_data().

--- a/include/wels/meson.build
+++ b/include/wels/meson.build
@@ -4,5 +4,5 @@
   api_header_deps += configure_file(
     input : header[1],
     output : header[0],
-    configuration : configuration_data())
+    copy : true)
 endforeach