Drop support for playing output through aplay in intelligibility_proc

It was hardly used, making the code more complex than needed and caused problems on iOS because it uses system.

BUG=webrtc:5549
R=kjellander@webrtc.org

Review URL: https://codereview.webrtc.org/1708353002 .

Cr-Commit-Position: refs/heads/master@{#11677}
This commit is contained in:
Alejandro Luebs
2016-02-18 19:16:08 -08:00
parent b3fb71c101
commit 4458d09ee4
2 changed files with 3 additions and 39 deletions

View File

@ -72,18 +72,6 @@
'sources': [
'intelligibility/test/intelligibility_proc.cc',
],
'conditions': [
['OS=="ios"', {
'xcode_settings': {
'WARNING_CFLAGS': [
# Suppress compiler warnings about deprecated that triggered
# when moving from ios_deployment_target 7.0 to 9.0.
# See webrtc:5549 for more details.
'-Wno-deprecated-declarations',
],
},
}],
],
}, # intelligibility_proc
],
'conditions': [