Replaced __clang___ with __GNUC__ macro. (clang defines both)

This commit is contained in:
Tom Lally 2022-08-26 10:21:28 +01:00
parent aa9f578bc6
commit 24a8ea57fe

View file

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