shithub: openh264

Download patch

ref: 2f840d46c4412abfb1ae60183b5b2e6c40d8c9ab
parent: 8182e31355fcf8f3b73287f44d3d8110b303cc3c
parent: 3d076fe1f876eb7bca112b9500d6183f5836f4be
author: Ethan Hugg <ethanhugg@gmail.com>
date: Tue Mar 25 05:11:20 EDT 2014

Merge pull request #578 from mstorsjo/fix-arm-build

Readd a missed prototype for the WelsProcessingSampleSad8x8_neon function

--- a/codec/processing/src/common/common.h
+++ b/codec/processing/src/common/common.h
@@ -63,6 +63,11 @@
 GetIntraPred     WelsI16x16LumaPredV_c;
 GetIntraPred     WelsI16x16LumaPredH_c;
 
+#ifdef HAVE_NEON
+WELSVP_EXTERN_C_BEGIN
+int32_t WelsProcessingSampleSad8x8_neon (uint8_t*, int32_t, uint8_t*, int32_t);
+WELSVP_EXTERN_C_END
+#endif
 
 WELSVP_NAMESPACE_END