Skip to content

win32: use the version major libvlc number in the DLL name

Steve Lhomme requested to merge robUx4/vlc:libvlc-dll into master

This will avoid loading incompatible DLLs automatically.

Windows app can still link with libvlc.lib and libvlc.dll.a. These names are not versioned, they point to the versioned DLL.

Separate libvlc and libvlccore DLL files as they don't describe the same thing.

Follow-up to !2883 (merged)

Merge request reports