Index: source/row_gcc.cc |
diff --git a/source/row_gcc.cc b/source/row_gcc.cc |
index 9c21230442793c4647de74ab930566dd0d637629..6efae28f2f898830cde50f604ed8642b5f880486 100644 |
--- a/source/row_gcc.cc |
+++ b/source/row_gcc.cc |
@@ -1734,6 +1734,7 @@ void OMITFP I422ToARGBRow_SSSE3(const uint8* y_buf, |
); |
} |
+#ifdef HAS_I422ALPHATOARGBROW_SSSE3 |
void OMITFP I422AlphaToARGBRow_SSSE3(const uint8* y_buf, |
const uint8* u_buf, |
const uint8* v_buf, |
@@ -1765,6 +1766,7 @@ void OMITFP I422AlphaToARGBRow_SSSE3(const uint8* y_buf, |
"xmm0", "xmm1", "xmm2", "xmm3", "xmm4", "xmm5" |
); |
} |
+#endif // HAS_I422ALPHATOARGBROW_SSSE3 |
void OMITFP I411ToARGBRow_SSSE3(const uint8* y_buf, |
const uint8* u_buf, |