Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove difference between linux and macOS paths #30

Merged
merged 1 commit into from Apr 21, 2023

Conversation

eliseomartelli
Copy link
Contributor

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
Copy link
Member

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

@eliseomartelli
Copy link
Contributor Author

eliseomartelli commented Aug 26, 2021 via email

@Frulko Frulko mentioned this pull request Oct 23, 2021
@AlbanSeurat AlbanSeurat merged commit eb779df into openairplay:main Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants