Skip to content
Snippets Groups Projects

contrib: zvbi: fix Android usage of pthread

Merged Steve Lhomme requested to merge robUx4/vlc:zvbi_android into master
  1. Apr 12, 2024
    • Steve Lhomme's avatar
      contrib: zvbi: fix Android usage of pthread · 848b0f08
      Steve Lhomme authored
      - 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
      848b0f08
Loading