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

[Build] Fix MacOS Build SDK-10.5. #2462

Merged
merged 1 commit into from
Sep 27, 2022
Merged

[Build] Fix MacOS Build SDK-10.5. #2462

merged 1 commit into from
Sep 27, 2022

Conversation

jlsantiago0
Copy link
Contributor

This PR fixes build on MacOS with SDK-10.5. The SDK confuses namespace sync with the POSIX sync(3P) e.g. void sync(void); function call. The intent of this code seems to be use srt::sync::milliseconds_from() method. So further qualifying the namespace disambiguates the intent.

@maxsharabayko maxsharabayko added this to the Next release milestone Sep 26, 2022
@maxsharabayko maxsharabayko added Type: Bug Indicates an unexpected problem or unintended behavior [core] Area: Changes in SRT library core labels Sep 26, 2022
@jlsantiago0 jlsantiago0 changed the title Fix MacOS Build SDK-10.5. [Build] Fix MacOS Build SDK-10.5. Sep 26, 2022
@maxsharabayko maxsharabayko merged commit 90af35a into Haivision:master Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[core] Area: Changes in SRT library core Type: Bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants