Skip to content

contrib: zvbi: fix Android usage of pthread

Steve Lhomme requested to merge robUx4/vlc:zvbi_android into master
  • 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