ref: bd8b6af2b881170b902e6f31d5f7847293610494
parent: 201ab42d7ea03bea96fe8c3a324694b6daef4ac5
parent: ce4fa9e272729995f7921ea7d80b7cb7ab54e6f5
author: Ethan Hugg <ethanhugg@gmail.com>
date: Thu Mar 6 03:01:28 EST 2014
Merge pull request #436 from mstorsjo/fix-endif-comment Correct the endif comment
--- 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
}