summaryrefslogtreecommitdiff
path: root/libavcodec/mips/amrwbdec_mips.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mips/amrwbdec_mips.h')
-rw-r--r--libavcodec/mips/amrwbdec_mips.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mips/amrwbdec_mips.h b/libavcodec/mips/amrwbdec_mips.h
index ec46f95224..a9f66fef94 100644
--- a/libavcodec/mips/amrwbdec_mips.h
+++ b/libavcodec/mips/amrwbdec_mips.h
@@ -54,9 +54,11 @@
#include "config.h"
#if HAVE_MIPSFPU && HAVE_INLINE_ASM
+#if !HAVE_MIPS32R6 && !HAVE_MIPS64R6
void ff_hb_fir_filter_mips(float *out, const float fir_coef[],
float mem[], const float *in);
#define hb_fir_filter ff_hb_fir_filter_mips
#endif
+#endif
#endif /* AVCODEC_MIPS_AMRWBDEC_MIPS_H */