projects
/
handbrake
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecb7766
)
ports: use standardized sched_yield instead of pthread_yield
author
jstebbins
<jstebbins.hb@gmail.com>
Thu, 23 Apr 2015 15:15:41 +0000
(15:15 +0000)
committer
jstebbins
<jstebbins.hb@gmail.com>
Thu, 23 Apr 2015 15:15:41 +0000
(15:15 +0000)
Fixes build on osx
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7122
b64f7644
-9d1e-0410-96f1-
a4d463321fa5
libhb/ports.c
patch
|
blob
|
history
diff --git
a/libhb/ports.c
b/libhb/ports.c
index 2a9ffd971e40b4a3092941710c203e73b1a50ef8..6d43dc34f3b135b19ef35dff7ed653dd8d720ff9 100644
(file)
--- a/
libhb/ports.c
+++ b/
libhb/ports.c
@@
-1078,7
+1078,7
@@
void hb_clock_gettime( struct timespec *tp )
void hb_yield(void)
{
-
pthrea
d_yield();
+
sche
d_yield();
}
void hb_cond_timedwait( hb_cond_t * c, hb_lock_t * lock, int msec )