Matroska-Org / foundation-source

libEBML2, libMatroska2, mkvalidator, mkclean and the specifications
55 stars 29 forks source link

Build Core-C as a DLL when building with shared libraries #63

Closed robUx4 closed 3 years ago

robUx4 commented 3 years ago

libebml2 and libmatroska2 cannot be used as DLL, at least on Windows, because they export EBML context and semantics variables which is not supported in DLLs. For now only static building is supported.

Achieves part of #48 but with CMake build system