From 740c367af39845dd79e190d57cfe9f6faa8ae3e5 Mon Sep 17 00:00:00 2001 From: kjellander Date: Fri, 18 Dec 2015 12:28:20 -0800 Subject: [PATCH] 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} --- webrtc/modules/audio_coding/codecs/isac/isacfix.gypi | 5 ----- 1 file changed, 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',