LabyMod / opus-jni

Simple Java Opus library
GNU General Public License v3.0
37 stars 10 forks source link

Statically link VC runtime #3

Closed Janrupf closed 4 years ago

Janrupf commented 4 years ago

The Microsoft compiler usually links the runtime library dynamically which can cause issues in case the user has not installed the VCRuntime packages. To get around this, we simply link the runtime into the resulting DLL.