Commit Graph

3 Commits

Author SHA1 Message Date
Adam Peter Burns 5dbba57cae adds origin & compilation notes 2021-07-04 10:15:37 +02:00
Adam Peter Burns 82ba90838d delete inline in frontend/au_channel.h
https://stackoverflow.com/questions/20762088/build-libaacplus-on-mac-os-10-9#34718904

Actually the "AuChannelOpen" method was implement in frontend/au_channel.h file, but it was a "inline" method. I think that the Makefile disabled the "inline" feature, so simple solutions:

    enable "inline".
    delete all "inline" words in au_channel.h file.
    and if you just need the static library without the program, you can commit the line where call this function in frontend/main.c.

./autogen.sh --with-fftw3 --with-parameter-expansion-string-replace-capable-shell=/bin/bash
2021-07-04 10:07:49 +02:00
Adam Peter Burns ad5143f78d initial commit from tarball 2021-07-04 10:00:20 +02:00