mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 10:40:25 +00:00
Hd-rum-traslator: omit pthread_yield on a non-Linux
This commit is contained in:
@@ -458,7 +458,9 @@ int main(int argc, char **argv)
|
||||
&& !should_exit) {
|
||||
|
||||
if (qtail->size <= 0) {
|
||||
#ifdef HAVE_LINUX
|
||||
pthread_yield();
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
qtail = qtail->next;
|
||||
|
||||
Reference in New Issue
Block a user