openh264/codec
Martin Storsjö 4a08781c18 Use MSVC inline assembly only on (32-bit) X86
Currently this used the _MSC_VER && !WIN64 to enable the inline
assembly, which still tried to use this code on windows on arm.
Using _MSC_VER && _M_IX86 is enough since _M_IX86 is defined only
when targeting 32 bit x86, not for x64.
2014-01-05 19:20:20 +02:00
..
api/svc Remove "pragma once" 2014-01-05 15:03:25 +02:00
build Merge pull request #80 from ethanhugg/othercontribs 2014-01-04 18:50:20 -08:00
common resolve conflict 2014-01-03 14:49:45 +08:00
console Remove "pragma once" 2014-01-05 15:03:25 +02:00
decoder Use MSVC inline assembly only on (32-bit) X86 2014-01-05 19:20:20 +02:00
encoder Use MSVC inline assembly only on (32-bit) X86 2014-01-05 19:20:20 +02:00
processing merge VS2012 makefile for 64bits assembly 2014-01-03 16:12:47 +08:00
WelsThreadLib Add Windows 64-bit build to VS project files 2013-12-15 15:18:19 +08:00