ref: ce4fa9e272729995f7921ea7d80b7cb7ab54e6f5
parent: 201ab42d7ea03bea96fe8c3a324694b6daef4ac5
author: Martin Storsjö <[email protected]>
date: Wed Mar 5 09:18:37 EST 2014
Correct the endif comment The code block is about HAVE_NEON, not X86_ASM.
--- a/codec/encoder/core/src/expand_pic.cpp
+++ b/codec/encoder/core/src/expand_pic.cpp
@@ -135,7 +135,7 @@
pFuncList->pfExpandChromaPicture[0] = ExpandPictureChroma_c;
pFuncList->pfExpandChromaPicture[1] = ExpandPictureChroma_neon;
}
-#endif//X86_ASM
+#endif//HAVE_NEON
}