libsdl-org / SDL_mixer

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

Fix FLAC target to link #429

Closed AMDmi3 closed 2 years ago

sezero commented 2 years ago

@madebr: Is this OK?

madebr commented 2 years ago

Completely correct. Apparantly, we were linking to the libFLAC.so/libFLAC.a/FLAC.lib library instead of the library found through FindFLAC. This works for most cases, but not when e.g. FLAC comes from e.g. a binary release extracted in a random location.