Skip to content
Snippets Groups Projects

[3.x] libvlc: use thread_local instead of a work-around in pthread

Merged Felix Paul Kühne requested to merge fkuehne/VLCKit:3.0-fix-thread-local into 3.0
All threads resolved!

The previously used workaround that was needed for iOS 8 and the 32bit Intel iOS simulator caused low level and hard to reproduce threading issues.

This MR restricts the use of the work-around to the 32bit Intel simulator and deploys thread_local everywhere else.

This raises the deployment target from iOS 8.4 to 9.0 matching the official VLC-iOS version.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading