1
--- a/third_party/openmax_dl/dl/sp/api/omxSP.h
2
+++ b/third_party/openmax_dl/dl/sp/api/omxSP.h
3
@@ -2554,8 +2554,8 @@ extern OMXResult (*omxSP_FFTInv_CCSToR_F
4
#define omxSP_FFTInv_CCSToR_F32 omxSP_FFTInv_CCSToR_F32_Sfs
6
/* Build-time non-NEON selection. */
7
-#define omxSP_FFTFwd_RToCCS_F32 omxSP_FFTFwd_CCSToR_F32_vfp
8
-#define omxSP_FFTInv_CCSToR_F32 omxSP_FFTInv_CCSToR_F32_vfp
9
+#define omxSP_FFTFwd_RToCCS_F32 omxSP_FFTFwd_RToCCS_F32_Sfs_vfp
10
+#define omxSP_FFTInv_CCSToR_F32 omxSP_FFTInv_CCSToR_F32_Sfs_vfp
11
#endif /* defined(DL_ARM_NEON_OPTIONAL) */
13
#if defined(DL_ARM_NEON_OPTIONAL) || !defined(DL_ARM_NEON)
14
--- a/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.gypi
15
+++ b/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.gypi
20
- ['target_arch=="arm" and arm_version>=7', {
21
+ ['target_arch=="arm" and arm_version>=7 and arm_neon==1', {
22
'dependencies': [ 'isac_neon', ],
29
- ['target_arch=="arm" and arm_version>=7', {
30
+ ['target_arch=="arm" and arm_version>=7 and arm_neon==1', {
33
'target_name': 'isac_neon',
34
1
--- a/ui/base/resource/data_pack.cc
35
2
+++ b/ui/base/resource/data_pack.cc
36
3
@@ -155,9 +155,11 @@ bool DataPack::LoadImpl() {