libaacplus/frontend
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
..
Makefile.am initial commit from tarball 2021-07-04 10:00:20 +02:00
au_channel.h delete inline in frontend/au_channel.h 2021-07-04 10:07:49 +02:00
main.c initial commit from tarball 2021-07-04 10:00:20 +02:00