libsdl-org / SDL_mixer

An audio mixer that supports various file formats for Simple Directmedia Layer.
zlib License
433 stars 146 forks source link

cmake: by default, disable building FLAC++ #461

Closed madebr closed 2 years ago

madebr commented 2 years ago

While triaging https://github.com/libsdl-org/SDL_mixer/issues/457, I noticed the generated app-debug.apk contained libFLAC++.so. Disabling building this library is the easiest way to avoid this.

madebr commented 2 years ago

Looks like other dependency sets BUILD_TESTING, will fix this shortly.