openairplay / goplay2

Airplay 2 Receiver written in Go
Apache License 2.0
384 stars 20 forks source link

fix: remove difference between linux and macOS paths #30

Closed eliseomartelli closed 1 year ago

eliseomartelli commented 3 years ago

Since brew symlinks fdk-aac under /usr/local/include/ it isn't necessary to split the include for Linux and macOS systems as long as the user has properly configured brew on their system.

For macOS you need to be sure that you have /usr/local/include in your path.

➜  ~ tree /usr/local/include/fdk-aac
/usr/local/include/fdk-aac
├── FDK_audio.h
├── aacdecoder_lib.h
├── aacenc_lib.h
├── genericStds.h
├── machine_type.h
└── syslib_channelMapDescr.h

0 directories, 6 files

Inside bashrc/zshrc:

export PATH="/usr/local/include:$PATH"
AlbanSeurat commented 3 years ago

It is already corrected in branch feature/audio-sync . Do you mind waiting ?

eliseomartelli commented 3 years ago

Oops. Sorry about that. I haven’t checked 🙂

On Thu, 26 Aug 2021 at 11:53 Alban Seurat @.***> wrote:

It is already corrected in branch feature/audio-sync . Do you mind waiting ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/openairplay/goplay2/pull/30#issuecomment-906261365, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6Y4Z4PJ3DJM3JRMYDUHE3T6YFJVANCNFSM5C22FLGA .

-- Eliseo Martelli https://eliseomartelli.it