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 AVX instruction set opt-out #68

Closed SamVanheer closed 1 year ago

SamVanheer commented 1 year ago

I'd prefer not to have options defined in files other than the main CMakeLists.txt, but since the AVX setting is set in a separate file i've had to define the option there as well.

Let me know if this needs changing.

Resolves ddiakopoulos/libnyquist#52