Merge beamformer

R=andrew@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/34529004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7958 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
aluebs@webrtc.org
2014-12-18 22:22:04 +00:00
parent 1090a6eccf
commit 0c39e91cc8
17 changed files with 2392 additions and 7 deletions

View File

@ -85,5 +85,22 @@
}, # click_annotate
],
}],
['rtc_use_openmax_dl==1', {
'targets': [
{
'target_name': 'beamformer_test',
'type': 'executable',
'dependencies': [
'<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
'<(webrtc_root)/modules/modules.gyp:audio_processing',
],
'sources': [
'beamformer/beamformer_test.cc',
'beamformer/pcm_utils.cc',
'beamformer/pcm_utils.h',
],
}, # beamformer_test
],
}],
],
}