cog/ThirdParty/libmad
Christopher Snowhill 453e29b2f5 [MAD Decoder] Patch a slight bug in libmad
There was a slight bug with handling Xing/LAME headers with main data
pointers indicating data preceding the header frame. This should allow
decoding their information properly.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-19 18:26:18 -07:00
..
include/MAD Brought back the MAD plugin from death 2022-02-24 17:51:10 -08:00
lib [MAD Decoder] Patch a slight bug in libmad 2022-06-19 18:26:18 -07:00
patches [MAD Decoder] Patch a slight bug in libmad 2022-06-19 18:26:18 -07:00
README.md [MAD Decoder] Patch a slight bug in libmad 2022-06-19 18:26:18 -07:00

README.md

Built with the Homebrew defaults, sort of. Plus a patch to fix weird LAME/Xing headers:

patch -Np1 -i libmad_ancdata.patch
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, with the minor patch listed above.