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

Merge request pipeline #309880 passed

Merge request pipeline passed for 05fc6c0a

Approved by

Merged by Felix Paul KühneFelix Paul Kühne 2 years ago (Feb 3, 2023 12:31pm UTC)

Merge details

  • Changes merged into 3.0 with 05fc6c0a.
  • Deleted the source branch.
  • Auto-merge enabled

Pipeline #309932 passed

Pipeline passed for 05fc6c0a on 3.0

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