Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 595 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 595 Bytes

xiph-static-build

Repository that creates statically linked libraries for ogg, vorbis, opus and flac

Build

First you need to configure the project:

cmake -B build

Then you can build it:

cmake --build build --config Release

The generated static libraries can be found in build/lib.

Libraries built on Windows:

  • FLAC.lib
  • ogg.lib
  • opus.lib
  • opusenc.lib
  • opusfile.lib
  • vorbis.lib
  • vorbisenc.lib
  • vorbisfile.lib

Libraries built on Linux / Mac:

  • libFLAC.a
  • libogg.a
  • libopus.a
  • libopusenc.a
  • libopusfile.a
  • libvorbis.a
  • libvorbisenc.a
  • libvorbisfile.a