This reverts commit 453e29b2f5
. Also it
applies a different workaround for VBRI headers, which doesn't require
patching libmad to work.
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
12 lines
323 B
Markdown
12 lines
323 B
Markdown
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.
|