2022-06-19 21:26:18 -04:00
|
|
|
Built with the Homebrew defaults, sort of. Plus a patch to fix weird LAME/Xing
|
|
|
|
headers:
|
2022-02-24 22:48:10 -03:00
|
|
|
|
|
|
|
```
|
2022-06-19 21:26:18 -04:00
|
|
|
patch -Np1 -i libmad_ancdata.patch
|
2022-02-24 22:48:10 -03:00
|
|
|
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"
|
|
|
|
```
|
|
|
|
|
2022-06-19 21:26:18 -04:00
|
|
|
Version 0.15.1b was used, with the minor patch listed above.
|