Proper fix for static asserts

This commit is contained in:
ArtemisX64 2022-08-26 17:46:58 +09:00
parent 723fd8cbef
commit 2767373098
5 changed files with 40 additions and 13 deletions

View file

@ -77,7 +77,7 @@ void ih264d_init_function_ptr(dec_struct_t *ps_codec)
}
}
#ifdef __clang__
#ifndef __WIN32
#include <cpuid.h>
void __cpuid2(signed int* cpuInfo, unsigned int level)