openh264/codec/encoder/core
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
..
asm Remove sad.asm from the processing lib, move satd_sad from the encoder to the common lib 2014-01-28 13:54:57 +02:00
inc Unify ifdef conditions related to threading code 2014-03-03 14:55:53 +02:00
src Unify ifdef conditions related to threading code 2014-03-03 14:55:53 +02:00