cog/ThirdParty/libmad
Christopher Snowhill 19556cc630 Brought back the MAD plugin from death
Now Cog supports freeformat MP3 once again. The plugin has been extended
to include sample accurate seeking, accurate length probing of files
missing headers, and iTunes gapless info reading using libid3tag.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-02-24 17:51:10 -08:00
..
include/MAD Brought back the MAD plugin from death 2022-02-24 17:51:10 -08:00
lib Brought back the MAD plugin from death 2022-02-24 17:51:10 -08:00
README.md Brought back the MAD plugin from death 2022-02-24 17:51:10 -08:00

README.md

Built with the Homebrew defaults, sort of:

touch NEWS
touch AUTHORS
touch ChangeLog
autoreconf -fiv
./configure --disable-debugging --enable-fpm=64bit
make -j8 CFLAGS="-Os -arch x86_64 -arch arm64 -mmacosx-version-min=10.12" LDFLAGS="-arch x86_64 -arch arm64 -mmacosx-version-min=10.12"

Version 0.15.1b was used.