openh264/codec/decoder
Martin Storsjö 30bcfea6b8 Simplify ifdefs in measure_time.h
Instead of using "defined(MSC_VER) || defined(__MINGW32__)" to
indicate the windows platform, just check for the _WIN32 define
instead.

Also remove an unused codepath - the removed codepath would
only be used under the condition
"(defined(MSC_VER) || defined(__MINGW32__)) && !defined(_WIN32)",
and I'm not aware of any environment with MSVC or MinGW that
doesn't define _WIN32, thus this codepath never was used.
2014-01-27 08:08:23 +02:00
..
core Simplify ifdefs in measure_time.h 2014-01-27 08:08:23 +02:00
plus Merge pull request #204 from mstorsjo/remove-dynamic-load-trace 2014-01-24 22:32:58 -08:00
targets.mk Make the compiler/ar/linker file output parameters overrideable 2014-01-17 12:06:11 +02:00