Short: Free Lossless Audio Codec Author: FLAC / port by BeWorld Uploader: BeWorld Type: dev/lib Version: 1.5.0 Architecture: ppc-morphos Installation: ************* Copy SDK/#? ALL GG: You need OGG lib (included) Multithread is actived, so you need pthread Example to link with libFLAC -L/gg/usr/local/lib -lFLAC -logg -lpthread -lm About FLAC: *********** FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality. This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio, and you can play back compressed FLAC files in your favorite player (or your car or home stereo, see supported devices) just like you would an MP3 file. How build it from source (cross-compiling for me): ************************* I build with debian 12 crosscompiling, using gcc 11.3.0 Sources are included Chech config.log and config.h