iSAC: Remove unnecessary WEBRTC_LINUX define
Similar to https://codereview.webrtc.org/1539883002 but for GN. This was discovered during GN vs GYP auditing. NOTRY=True BUG=webrtc:6323 Review-Url: https://codereview.webrtc.org/2344633002 Cr-Commit-Position: refs/heads/master@{#14220}
This commit is contained in:
parent
0d14c6abba
commit
f807a521fa
@ -555,10 +555,6 @@ rtc_source_set("isac_fix") {
|
||||
"codecs/isac/fix/source/transform_tables.c",
|
||||
]
|
||||
|
||||
if (!is_win) {
|
||||
defines = [ "WEBRTC_LINUX" ]
|
||||
}
|
||||
|
||||
public_configs = [ ":isac_fix_config" ]
|
||||
|
||||
deps = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user