ddiakopoulos / libnyquist

:microphone: Cross platform C++11 library for decoding audio (mp3, wav, ogg, opus, flac, etc)
BSD 2-Clause "Simplified" License
534 stars 64 forks source link

make libwavpack build optional #59

Closed meshula closed 2 years ago

meshula commented 2 years ago

The work to make wavpack a source-included library like all the other referenced libraries was almost complete, but not quite. This PR makes the libwavpack build optional like all the other builds, and source-includes libwavpack directly into libnyquist. The advantage is that consumers of libnyquist need only include libnyquist, rather than libnyquist and libwavpack