Commit c97f5e8b authored by Jia Jia's avatar Jia Jia
Browse files

vp8 common: change 'HAVE_NEON_ASM' to 'HAVE_NEON' for compiling functions of NEON intrinsics.

Change-Id: I975e5eac16f8b623ff589f0ec072cdaff2183b04
Showing with 1 addition and 1 deletion
...@@ -95,7 +95,7 @@ unsigned int vp8_sub_pixel_variance16x16_armv6 ...@@ -95,7 +95,7 @@ unsigned int vp8_sub_pixel_variance16x16_armv6
#endif /* HAVE_MEDIA */ #endif /* HAVE_MEDIA */
#if HAVE_NEON_ASM #if HAVE_NEON
extern unsigned int vp8_sub_pixel_variance16x16_neon_func extern unsigned int vp8_sub_pixel_variance16x16_neon_func
( (
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment