Libvorbis Additional Information - obsproject/obs-deps GitHub Wiki

The following is a list of changes/patches applied to libvorbis as part of obs-deps.

0001-fix-outdated-windows-import-library-definition

The current libvorbis build scripts still include the string LIBRARY as part of its import library definition files which breaks modern cross compile tools. This patch simply removes the offending strings from the definition files (Windows only).