From: Vicente Olivert Riera <[email protected]> MIPS R6 does not have the load/store-left/right family of instructions, and requires the system to support misaligned memory access.
Signed-off-by: Vicente Olivert Riera <[email protected]> Signed-off-by: Luca Barbato <[email protected]> --- libavutil/mips/intreadwrite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/mips/intreadwrite.h b/libavutil/mips/intreadwrite.h index 4dabbe6..d39676d 100644 --- a/libavutil/mips/intreadwrite.h +++ b/libavutil/mips/intreadwrite.h @@ -24,7 +24,7 @@ #include <stdint.h> #include "config.h" -#if ARCH_MIPS64 && HAVE_INLINE_ASM +#if HAVE_MIPS64R2_INLINE #define AV_RN32 AV_RN32 static av_always_inline uint32_t AV_RN32(const void *p) -- 2.5.0 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
