Ported assembly coding in APM from Android to iOS.

Bugs=none
Test=trybots, and offline file bit-exact tests.
Review URL: https://webrtc-codereview.appspot.com/1066009

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3563 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kma@webrtc.org
2013-02-23 04:16:59 +00:00
parent 0d8d010017
commit 2f9bd247ad
6 changed files with 85 additions and 40 deletions

View File

@ -174,11 +174,10 @@
'ns/nsx_core_neon.c',
],
'conditions': [
['OS=="android"', {
['OS=="android" or OS=="ios"', {
'dependencies': [
'audio_processing_offsets',
],
# TODO(kma): port this block from Android into other build systems.
'sources': [
'aecm/aecm_core_neon.S',
'ns/nsx_core_neon.S',
@ -192,7 +191,7 @@
],
}],
'conditions': [
['OS=="android"', {
['OS=="android" or OS=="ios"', {
'targets': [{
'target_name': 'audio_processing_offsets',
'type': 'none',