openh264/codec/encoder
Martin Storsjö e0951599ea Unify ifdef conditions related to threading code
The two different variants of the threadlib basically are
win32 and unix - use _WIN32 to check for this consistently,
instead of occasionally using __GNUC__ to enable the unix
codepath. (__GNUC__ is also defined on mingw, which still is
a windows platform and should use the _WIN32 code.)
2014-03-03 14:55:53 +02:00
..
core Unify ifdef conditions related to threading code 2014-03-03 14:55:53 +02:00
plus fix sizeof() bug 2014-03-03 10:46:32 +08:00
targets.mk Allow using the USE_ASM makefile variable for architectures other than x86 2014-02-28 10:19:53 +02:00