Skip to content

qt: do not try to lock non-existent thread

Marvin Scholz requested to merge ePirat/vlc:epirat-qt-macos-thread-fix into master

On macOS the qt interface does not spawn a thread but instead runs on the main thread, so taking the locks here would lead to a deadlock.

Merge request reports