From 46f1106a3f0471fccc70216815ecc7635524404d Mon Sep 17 00:00:00 2001 From: gxw Date: Thu, 18 Jan 2024 10:24:57 +0800 Subject: [PATCH] Loongson-mips: Fixed typo --- pngpriv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pngpriv.h b/pngpriv.h index fdf0f35c3..54a64c497 100644 --- a/pngpriv.h +++ b/pngpriv.h @@ -292,7 +292,7 @@ # define PNG_FILTER_OPTIMIZATIONS png_init_filter_functions_mips # endif #else -# define PNG_INTEL_SSE_IMPLEMENTATION 0 +# define PNG_MIPS_MMI_IMPLEMENTATION 0 #endif /* PNG_MIPS_MMI_OPT > 0 */ #if PNG_POWERPC_VSX_OPT > 0