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 TARGET_OS_IOS and TARGET_OS_TV usage #380

Merged
merged 1 commit into from
May 22, 2018

Conversation

rndi
Copy link
Collaborator

@rndi rndi commented May 11, 2018

TARGET_OS_IOS and TARGET_OS_TV are always defined as 0 or 1 in Apple SDKs

This fixes dead loop in CEPoll::wait() when running on OSX because CTimer::waitForEvent() is never called.

@rndi rndi requested a review from StephaneStH May 11, 2018 19:51
@rndi rndi requested a review from ethouris May 15, 2018 20:17
@rndi rndi merged commit def12d5 into Haivision:master May 22, 2018
@rndi
Copy link
Collaborator Author

rndi commented May 22, 2018

This concludes fixes needed for #291

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants