]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mips/lsp_mips.h
Merge commit '939b388383db8d0db5b2ff483e3a197c27b79791'
[ffmpeg] / libavcodec / mips / lsp_mips.h
index 1e899bcd7c4517f8a175d2b990e22e7dbea43afb..6219c5aa40f0d42b2662bf4bdcd4897505d1d974 100644 (file)
@@ -55,6 +55,7 @@
 #define AVCODEC_MIPS_LSP_MIPS_H
 
 #if HAVE_MIPSFPU && HAVE_INLINE_ASM
+#if !HAVE_MIPS32R6 && !HAVE_MIPS64R6
 #include "libavutil/mips/asmdefs.h"
 
 static av_always_inline void ff_lsp2polyf_mips(const double *lsp, double *f, int lp_half_order)
@@ -107,5 +108,6 @@ static av_always_inline void ff_lsp2polyf_mips(const double *lsp, double *f, int
     }
 }
 #define ff_lsp2polyf ff_lsp2polyf_mips
+#endif /* !HAVE_MIPS32R6 && !HAVE_MIPS64R6 */
 #endif /* HAVE_MIPSFPU && HAVE_INLINE_ASM */
 #endif /* AVCODEC_MIPS_LSP_MIPS_H */