Fix use of FLAC__HAS_X86INTRIN configure variable

This commit is contained in:
Erik de Castro Lopo
2016-06-20 20:29:59 +10:00
parent e120037f3c
commit 36a0ab100d
15 changed files with 29 additions and 27 deletions

View File

@@ -37,7 +37,7 @@
#include "private/cpu.h"
#ifndef FLAC__NO_ASM
#if (defined FLAC__CPU_IA32 || defined FLAC__CPU_X86_64) && defined FLAC__HAS_X86INTRIN
#if (defined FLAC__CPU_IA32 || defined FLAC__CPU_X86_64) && FLAC__HAS_X86INTRIN
#include "private/stream_encoder.h"
#include "private/bitmath.h"
#ifdef FLAC__AVX2_SUPPORTED