Skip to content
GitLab
Explore
Sign in
Register
contrib: zvbi: fix Android usage of pthread
Code
Review changes
Check out branch
Download
Patches
Plain diff
Steve Lhomme
requested to merge
robUx4/vlc:zvbi_android
into
master
Apr 10, 2024
Overview
1
Commits
1
Pipelines
4
Changes
1
Expand
pthread_create is not detected properly with the NDK26.
pthread_cancel is called but it's not supported by Android, it's probably dead code that is removed during linking
Merge request reports
Loading