]> git.sesse.net Git - x264/commit
Fix pthread_join emulation on win32 and BeOS
authorAnton Mitrofanov <BugMaster@narod.ru>
Fri, 23 Nov 2012 14:26:53 +0000 (18:26 +0400)
committerFiona Glaser <fiona@x264.com>
Wed, 12 Dec 2012 20:16:26 +0000 (12:16 -0800)
commit23829dd2b2c909855481f46cc884b3c25d92c2d7
tree008035bc8449f9fe2615a13cdf3dbfedc8f87253
parent042fdd3e6a0e271f62a108da2a1a244dee936045
Fix pthread_join emulation on win32 and BeOS
Doesn't actually affect x264, but it's more correct.
common/osdep.h
common/threadpool.c
common/win32thread.c
common/win32thread.h
encoder/lookahead.c