Add missing conditional defines to neteq test and tools targets
The .cc source files listed below #ifdef for WEBRTC_CODEC_OPUS and WEBRTC_CODEC_ILBC but the build files don't include the defines. modules/audio_coding/neteq/tools/neteq_test.cc modules/audio_coding/neteq/tools/neteq_test_factory.cc Bug: None Change-Id: I6065021f68e58d0e5663acd006a9865bf265adc0 Reviewed-on: https://webrtc-review.googlesource.com/c/109925 Reviewed-by: Minyue Li <minyue@webrtc.org> Commit-Queue: Sam Zackrisson <saza@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25555}
This commit is contained in:
committed by
Commit Bot
parent
689983f6bc
commit
f0e7440a35
@ -1136,6 +1136,7 @@ rtc_source_set("neteq_tools_minimal") {
|
||||
"../rtp_rtcp",
|
||||
"//third_party/abseil-cpp/absl/types:optional",
|
||||
]
|
||||
defines = audio_codec_defines
|
||||
}
|
||||
|
||||
rtc_source_set("neteq_test_tools") {
|
||||
@ -1537,7 +1538,7 @@ if (rtc_include_tests) {
|
||||
rtc_source_set("neteq_test_factory") {
|
||||
testonly = true
|
||||
visibility += webrtc_default_visibility
|
||||
defines = []
|
||||
defines = audio_codec_defines
|
||||
deps = [
|
||||
"../../rtc_base:checks",
|
||||
"../../test:fileutils",
|
||||
|
||||
Reference in New Issue
Block a user