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 issue finding libxmp dependency #437

Closed fjtrujy closed 2 years ago

fjtrujy commented 2 years ago

Description

I was trying to compile SDL_mixer for PS2 using the cmake functionality and it was always failing to try to find libxmp, however, it was properly installed. After the change is done in this PR the library is properly detected.

Cheers

madebr commented 2 years ago

Thanks for finding and fixing this oversight, can you also add it to cmake/Findlibxmp-lite.cmake?

fjtrujy commented 2 years ago

Thanks for finding and fixing this oversight, can you also add it to cmake/Findlibxmp-lite.cmake?

Yes, for sure!

fjtrujy commented 2 years ago

Updated!

madebr commented 2 years ago

And merged! Thanks again for the fix!