mfkl / LibVLCSharp-readonly

.NET bindings for LibVLC
GNU Lesser General Public License v2.1
9 stars 2 forks source link

Change dllName in DllImport call #2

Closed mfkl closed 6 years ago

mfkl commented 6 years ago

Currently the DllImport call uses "vlc" as the dll name, which is wrong. It should be "libvlc". Haven't managed to make that work yet, "lib" always gets stripped.

related issues/code that might help https://github.com/mono/CppSharp/issues/715 https://github.com/mono/CppSharp/issues/730 https://github.com/mono/CppSharp/pull/33