Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(878)

Unified Diff: webrtc/modules/audio_coding/codecs/isac/isacfix.gypi

Issue 1194773002: Re-enable WebRtcIsacfix_AllpassFilter2FixDec16Neon (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: remove lto block in isacfix.gypi Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/codecs/isac/isacfix.gypi
diff --git a/webrtc/modules/audio_coding/codecs/isac/isacfix.gypi b/webrtc/modules/audio_coding/codecs/isac/isacfix.gypi
index 68aa8d09c6013497185be95e37d2cf744a515969..e20177c365f47714d335bcb382e4c60c478144d6 100644
--- a/webrtc/modules/audio_coding/codecs/isac/isacfix.gypi
+++ b/webrtc/modules/audio_coding/codecs/isac/isacfix.gypi
@@ -137,18 +137,11 @@
],
'sources': [
'fix/source/entropy_coding_neon.c',
+ 'fix/source/filterbanks_neon.c',
'fix/source/filters_neon.c',
'fix/source/lattice_neon.c',
'fix/source/transform_neon.c',
],
- 'conditions': [
- # Disable AllpassFilter2FixDec16Neon function due to a clang bug.
- # For more details refer to:
- # https://code.google.com/p/webrtc/issues/detail?id=4567
- ['target_arch!="arm64" or clang==0', {
- 'sources': ['fix/source/filterbanks_neon.c',],
- }]
- ],
},
],
}],
« no previous file with comments | « webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698