ref: 96e43f67c053f5de2cc8ca957808e2d1eb71c509
parent: 4eb2db4be113ec2c3b6b52b7cdad9c8863729438
author: Nirbheek Chauhan <nirbheek@centricular.com>
date: Tue Feb 5 17:28:41 EST 2019
meson: Fix generation of import library on Windows Add the .def file when generating the DLL so that the required symbols are exported when building with MSVC and an import library is generated.
--- 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',