Clang doesn't like the x86 cpuid asm, skip for android

This commit is contained in:
Aaron Kling 2018-05-01 13:04:55 -05:00
parent c9218bbd23
commit 7677ffbbeb

2
deps/dr/dr_flac.h vendored
View File

@ -667,7 +667,7 @@ const char* drflac_next_vorbis_comment(drflac_vorbis_comment_iterator* pIter, dr
#define DRFLAC_NO_CPUID
#endif
#else
#if defined(__GNUC__) || defined(__clang__)
#if (defined(__GNUC__) || defined(__clang__)) && !defined(__ANDROID__)
static void drflac__cpuid(int info[4], int fid)
{
__asm__ __volatile__ (