Skip to content
Snippets Groups Projects

Allow proper compilation with --enable-shared

Merged Khalid Masum requested to merge Labnann/vlc:enable-shared into master

Enables compilation of vlc with wasm32-unknown-emscripten with shared module. Previously compilation would fail because of various compatibility issues, Like:

  • Incompatible dependencies from c++ sources
  • Test binaries not marked with -s MAIN_MODULE when building
  • Building modules did not have exported symbols
  • Contribs were not built with pthread/atomics
Edited by Khalid Masum

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
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading