mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
cpu.c: Fix debug Windows w32 build issue
Was failing to build without NASM. Patch-from: Olivier Tristan <o.tristan@uvi.net>
This commit is contained in:
@@ -118,7 +118,9 @@ ia32_cpu_info (FLAC__CPUInfo *info)
|
||||
FLAC__cpu_info_x86(1, &flags_eax, &flags_ebx, &flags_ecx, &flags_edx);
|
||||
}
|
||||
else {
|
||||
#if FLAC__HAS_NASM
|
||||
FLAC__cpu_info_asm_ia32(&flags_edx, &flags_ecx);
|
||||
#endif
|
||||
}
|
||||
|
||||
info->ia32.cmov = (flags_edx & FLAC__CPUINFO_IA32_CPUID_CMOV ) ? true : false;
|
||||
|
||||
Reference in New Issue
Block a user