vp8 common: change 'HAVE_NEON_ASM' to 'HAVE_NEON' for compiling functions of NEON intrinsics.
Change-Id: I975e5eac16f8b623ff589f0ec072cdaff2183b04
This commit is contained in:
Родитель
35fadf1d25
Коммит
c97f5e8b86
|
@ -95,7 +95,7 @@ unsigned int vp8_sub_pixel_variance16x16_armv6
|
|||
#endif /* HAVE_MEDIA */
|
||||
|
||||
|
||||
#if HAVE_NEON_ASM
|
||||
#if HAVE_NEON
|
||||
|
||||
extern unsigned int vp8_sub_pixel_variance16x16_neon_func
|
||||
(
|
||||
|
|
Загрузка…
Ссылка в новой задаче