Move opal to library directory
[unleashed-userland.git] / components / library / opal / patches / opal-03-jitter.patch
blobb812624721278da3feb925fba2a8f640a1eee4bd
1 Index: opal/src/opal/patch.cxx
2 ===================================================================
3 --- opal/src/opal/patch.cxx (revision 21499)
4 +++ opal/src/opal/patch.cxx (working copy)
5 @@ -458,6 +458,11 @@
6 PTRACE(4, "Patch\tThread ended because source read failed");
7 break;
10 + if (sourceFrame.GetPayloadSize() == 0) {
11 + PThread::Sleep(15);
12 + continue;
13 + }
15 inUse.StartRead();
16 bool written = DispatchFrame(sourceFrame);