xiph / vorbis

Reference implementation of the Ogg Vorbis audio format.
BSD 3-Clause "New" or "Revised" License
467 stars 188 forks source link

Don't export vorbisenc functions from vorbis.dll on Windows #89

Open ccawley2011 opened 2 years ago

ccawley2011 commented 2 years ago

This matches the behaviour on other platforms, as well as the behaviour with MinGW autotools builds, and reduces the size of the resulting DLL significantly.

This replaces PR #64.

TODO: Update the VS2005 and VS2008 project files