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

Readd a missed prototype for the WelsProcessingSampleSad8x8_neon function
This commit is contained in:
Ethan Hugg 2014-03-25 09:11:20 -07:00
commit 2f840d46c4

View File

@ -63,6 +63,11 @@ typedef GetIntraPred *GetIntraPredPtr;
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