From 6c5ef7f65732e87866218b601eba6bd28acb5cb5 Mon Sep 17 00:00:00 2001 From: ZhouXiaoyong Date: Wed, 15 Apr 2015 20:18:15 +0800 Subject: avcodec/mips: disable assembly not supported for Loongson-3 Signed-off-by: Michael Niedermayer --- libavcodec/mips/aacsbr_mips.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/mips/aacsbr_mips.h') diff --git a/libavcodec/mips/aacsbr_mips.h b/libavcodec/mips/aacsbr_mips.h index da8389f484..e525197a40 100644 --- a/libavcodec/mips/aacsbr_mips.h +++ b/libavcodec/mips/aacsbr_mips.h @@ -149,7 +149,7 @@ static void sbr_qmf_analysis_mips(AVFloatDSPContext *fdsp, FFTContext *mdct, } } -#if HAVE_MIPSFPU +#if (HAVE_MIPSFPU && !HAVE_LOONGSON3) static void sbr_qmf_synthesis_mips(FFTContext *mdct, SBRDSPContext *sbrdsp, AVFloatDSPContext *fdsp, float *out, float X[2][38][64], @@ -488,7 +488,7 @@ static void sbr_qmf_synthesis_mips(FFTContext *mdct, #define sbr_qmf_analysis sbr_qmf_analysis_mips #define sbr_qmf_synthesis sbr_qmf_synthesis_mips -#endif /* HAVE_MIPSFPU */ +#endif /* (HAVE_MIPSFPU && !HAVE_LOONGSON3) */ #endif /* HAVE_INLINE_ASM */ #endif /* AVCODEC_MIPS_AACSBR_FLOAT_H */ -- cgit v1.2.3