Go to the documentation of this file.
37 #define AVSC_USE_STDCALL 1
45 #define FRAME_ALIGN 64
47 #if defined(_M_AMD64) || defined(__x86_64)
49 #elif defined(_M_IX86) || defined(__i386__)
52 # error Unsupported CPU architecture.
57 #elif defined(__GNUC__)
59 #elif defined(__clang__)
62 # error Unsupported compiler.
67 # define __forceinline inline