aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules
diff options
context:
space:
mode:
authorkjellander <kjellander@webrtc.org>2015-12-18 12:28:20 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-18 20:28:28 +0000
commit740c367af39845dd79e190d57cfe9f6faa8ae3e5 (patch)
tree61e8af5cef92045d0f4abc263fd4fabb41319f48 /webrtc/modules
parentc155b16b220da971a5f7cf6d792a656e4a878cb5 (diff)
downloadwebrtc-740c367af39845dd79e190d57cfe9f6faa8ae3e5.tar.gz
iSAC: Remove unnecessary WEBRTC_LINUX define.
I can only find one use in iSAC codebase: https://code.google.com/p/chromium/codesearch#chromium/src/third_party/webrtc/modules/audio_coding/test/iSACTest.cc&l=19 It's the prime suspect for causing a compilation error for iOS failing to include linux/net.h which is being included in webrtc/voice_engine/voice_engine_defines.h NOTRY=True Review URL: https://codereview.webrtc.org/1539883002 Cr-Commit-Position: refs/heads/master@{#11089}
Diffstat (limited to 'webrtc/modules')
-rw-r--r--webrtc/modules/audio_coding/codecs/isac/isacfix.gypi5
1 files changed, 0 insertions, 5 deletions
diff --git a/webrtc/modules/audio_coding/codecs/isac/isacfix.gypi b/webrtc/modules/audio_coding/codecs/isac/isacfix.gypi
index f10de56c5a..7730d16dc9 100644
--- a/webrtc/modules/audio_coding/codecs/isac/isacfix.gypi
+++ b/webrtc/modules/audio_coding/codecs/isac/isacfix.gypi
@@ -77,11 +77,6 @@
'fix/source/structs.h',
],
'conditions': [
- ['OS!="win"', {
- 'defines': [
- 'WEBRTC_LINUX',
- ],
- }],
['target_arch=="arm" and arm_version>=7', {
'sources': [
'fix/source/lattice_armv7.S',