shithub: openh264

Download patch

ref: be9c467974ec8368a3885aad1b83f60858b0e8f6
parent: 4eb2db4be113ec2c3b6b52b7cdad9c8863729438
parent: 96e43f67c053f5de2cc8ca957808e2d1eb71c509
author: huili2 <huili2@cisco.com>
date: Wed Feb 6 13:07:14 EST 2019

Merge pull request #3094 from nirbheek/fix-dll-windows

meson: Fix generation of import library on Windows

--- a/meson.build
+++ b/meson.build
@@ -112,6 +112,7 @@
   install: true,
   soversion: major_version,
   version: meson.project_version(),
+  vs_module_defs: 'openh264.def',
   dependencies: deps)
 
 libopenh264_static = static_library('openh264',