Skip to content
Snippets Groups Projects
Commit 049fbf50 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Steve Lhomme
Browse files

sap: fix deadlock

use vlc_poll implementation, fixes #28528
parent 4d871fa2
No related branches found
No related tags found
Loading
Pipeline #439143 passed with warnings with stage
in 34 minutes and 2 seconds
......@@ -33,6 +33,7 @@
#include <vlc_common.h>
#include <vlc_arrays.h>
#include <vlc_threads.h>
#include <vlc_poll.h>
#include <vlc_plugin.h>
#include <assert.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment