tsoding / musializer

Music Visualizer
MIT License
877 stars 92 forks source link

Add FLAC support without changing raylib source code #95

Closed jgabaut closed 6 months ago

jgabaut commented 6 months ago

These changes should build raylib with -DSUPPORT_FILEFORMAT_FLAC=1.

This enables FLAC support as mentioned in #78.

I tested both TARGET_LINUX and TARGET_WIN64_MINGW and a sample FLAC file just works on both.

Notes:

rexim commented 6 months ago

Looks alright! Thank you!