lottie/vector: fix build failure for non-arm devices

Change-Id: Id03173880629859df24e8c195a5060d8494f8d88
This commit is contained in:
Youngbok Shin
2018-09-03 16:33:37 +09:00
parent b9b13e5923
commit 8bdea992bc

View File

@@ -1,3 +1,4 @@
#if defined(__ARM_NEON__)
#include "vdrawhelper.h"
@@ -16,3 +17,5 @@ void memfill32(uint32_t *dest, uint32_t value, int length)
length,
value);
}
#endif