openh264/codec/common
Martin Storsjö b35c21201b Use the Windows Runtime ThreadPool API for creating threads on Windows Phone
Windows Phone lacks the old CreateThread/beginthreadex APIs for
creating threads. (Technically, the functions still do exist,
but they aren't officially supported and aren't visible in the
headers when targeting Windows Phone.)

Building code that uses the Windows Runtime language extensions
requires building with the -ZW option.
2014-04-01 11:18:49 +03:00
..
arm reoranize common to inc/src/x86/arm 2014-03-18 19:41:32 -07:00
inc Remove the unused function WelsSleep 2014-04-01 11:18:48 +03:00
src Use the Windows Runtime ThreadPool API for creating threads on Windows Phone 2014-04-01 11:18:49 +03:00
x86 reoranize common to inc/src/x86/arm 2014-03-18 19:41:32 -07:00
targets.mk move some common functions to common.cpp and add some functions in common 2014-03-25 15:35:55 +08:00