Rename targets to use lower case format.
It makes writing a build script for merging libraries across architectures easier. See talk/build/build_ios_libs.sh. BUG= R=andrew@webrtc.org, kjellander@webrtc.org Review URL: https://codereview.webrtc.org/1171793002. Cr-Commit-Position: refs/heads/master@{#9412}
This commit is contained in:
@ -64,7 +64,7 @@ source_set("audio_coding") {
|
||||
":g722",
|
||||
":ilbc",
|
||||
":isac",
|
||||
":isacfix",
|
||||
":isac_fix",
|
||||
":neteq",
|
||||
":pcm16b",
|
||||
":red",
|
||||
@ -469,7 +469,7 @@ config("isac_fix_config") {
|
||||
]
|
||||
}
|
||||
|
||||
source_set("isacfix") {
|
||||
source_set("isac_fix") {
|
||||
sources = [
|
||||
"codecs/isac/audio_encoder_isac_t.h",
|
||||
"codecs/isac/audio_encoder_isac_t_impl.h",
|
||||
@ -776,7 +776,7 @@ source_set("neteq") {
|
||||
":g722",
|
||||
":ilbc",
|
||||
":isac",
|
||||
":isacfix",
|
||||
":isac_fix",
|
||||
":pcm16b",
|
||||
"../..:webrtc_common",
|
||||
"../../common_audio",
|
||||
|
||||
Reference in New Issue
Block a user