openh264/codec/common
Martin Storsjö d7c907198b Fix building in MSVC 2012 by avoiding redefining the inline keyword
While building succeeds in MSVC 2008, it currently fails in 2012
due to error C1189 "The C++ standard library forbids macroizing
keywords", which is caused by doing "#define inline __inline" in
the macros.h header.

This could have been missed before since it only was triggered
if macros.h was included before some other system header was
included that contained checks against these inline defines.
2014-01-17 12:04:27 +02:00
..
asm_inc.asm Get rid of trailing whitespace in the assembly source files 2014-01-13 20:12:04 +02:00
cpu_core.h file a new commit 2014-01-08 17:03:00 -08:00
cpu.cpp protect code if cpuid.4 return eax as zero 2014-01-11 18:56:22 +08:00
cpu.h file a new commit 2014-01-08 17:03:00 -08:00
cpuid.asm Get rid of trailing whitespace in the assembly source files 2014-01-13 20:12:04 +02:00
deblock.asm Get rid of trailing whitespace in the assembly source files 2014-01-13 20:12:04 +02:00
deblocking_common.cpp Remove an unused variable 2014-01-13 12:11:37 +02:00
deblocking_common.h file a new commit 2014-01-08 17:03:00 -08:00
expand_picture.asm Get rid of trailing whitespace in the assembly source files 2014-01-13 20:12:04 +02:00
logging.cpp Pretty printed the C++ code with astyle 2013-12-12 14:21:12 -08:00
logging.h Pretty printed the C++ code with astyle 2013-12-12 14:21:12 -08:00
macros.h Fix building in MSVC 2012 by avoiding redefining the inline keyword 2014-01-17 12:04:27 +02:00
mb_copy.asm Get rid of trailing whitespace in the assembly source files 2014-01-13 20:12:04 +02:00
mc_chroma.asm Get rid of trailing whitespace in the assembly source files 2014-01-13 20:12:04 +02:00
mc_luma.asm Get rid of trailing whitespace in the assembly source files 2014-01-13 20:12:04 +02:00
targets.mk Regenerate the targets makefiles 2014-01-09 11:30:40 +02:00
typedefs.h file a new commit 2014-01-08 17:03:00 -08:00
vaa.asm Get rid of trailing whitespace in the assembly source files 2014-01-13 20:12:04 +02:00