This change is needed by ChromeOS as it introduces -fno-omit-frame-pointer flag (see code.google.com/p/chromium/issues/detail?id=477749). This causes compile error for MIPS, as some MIPS optimization blocks use maximum possible number of available registers. Also, this change contains minor GN build fix for MIPS platform regarding the pitch_filter_mips.c / pitch_filter_c.c file inclusion. BUG=477749 R=andrew@webrtc.org, djordje.pesut@imgtec.com, tina.legrand@webrtc.org Review URL: https://webrtc-codereview.appspot.com/48139004 Patch from Ljubomir Papuga <lpapuga@mips.com>. Cr-Commit-Position: refs/heads/master@{#9047}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.