openh264/build
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
..
astyle.cfg Pretty printed the C++ code with astyle 2013-12-12 14:21:12 -08:00
gtest-targets.mk Use .obj as suffix for object files on MSVC 2014-03-18 19:41:06 +02:00
mktargets.py Remove unused *_LIBS make variables 2014-03-25 10:13:29 +02:00
mktargets.sh Remove an unnecessary 'cd' in the mktargets.sh script 2014-03-27 08:58:56 +02:00
platform-android.mk clean multi-threading macro 2014-03-31 18:24:10 -07:00
platform-arch.mk add missing build files 2014-03-18 19:47:26 -07:00
platform-darwin.mk clean multi-threading macro 2014-03-31 18:24:10 -07:00
platform-freebsd.mk clean multi-threading macro 2014-03-31 18:24:10 -07:00
platform-ios.mk Automatically pick the latest installed iOS SDK when building with make 2014-03-19 10:32:42 +02:00
platform-linux.mk clean multi-threading macro 2014-03-31 18:24:10 -07:00
platform-mingw_nt.mk clean multi-threading macro 2014-03-31 18:24:10 -07:00
platform-msvc-arm.mk Use the Windows Runtime ThreadPool API for creating threads on Windows Phone 2014-04-01 11:18:49 +03:00
platform-msvc-common.mk Use .obj as suffix for object files on MSVC 2014-03-18 19:41:06 +02:00
platform-msvc.mk clean multi-threading macro 2014-03-31 18:24:10 -07:00
platform-x86-common.mk add missing build files 2014-03-18 19:47:26 -07:00