winrt: multithreading support
authorwang-bin <wbsecg1@gmail.com>
Tue, 29 Sep 2015 10:11:03 +0000 (18:11 +0800)
committerMatt Oliver <protogonoi@gmail.com>
Thu, 15 Oct 2015 13:54:57 +0000 (00:54 +1100)
commit0861862b897ade9e62064f532f3b0a957ee7a0d8
tree31a4529e5bc9ecfa7e668a0cb05249c04a72dd32
parent909907948846dedf57a730a4d115d04d1117f9e5
winrt: multithreading support

_beginthreadex is for desktop only. CreateThread is available for windows store apps on windows (and phone) 8.1 and later. http://msdn.microsoft.com/en-us/library/ms682453%28VS.85%29.aspx

Signed-off-by: Matt Oliver <protogonoi@gmail.com>
compat/w32pthreads.h
configure
libavutil/cpu.c