Commit 755addfe authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

JACK access seems broken (JACK has function for waiting...)

parent 15534c73
......@@ -462,6 +462,8 @@ static block_t *GrabJack( demux_t *p_demux )
if( i_read < 100 ) /* avoid small read */
{ /* vlc has too much free time on its hands? */
#undef msleep
#warning Hmm.... looks wrong
msleep(1000);
return NULL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment