mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 13:50:40 +01:00
Adding missing ASM dependencies.
Bug: webrtc:8603 Change-Id: I7b417759fcdd01879029afcc5afc50300016fd72 Reviewed-on: https://webrtc-review.googlesource.com/56840 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22159}
This commit is contained in:
parent
e7c891f953
commit
6ce03592c6
2 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,7 @@ rtc_source_set("mock_common_audio") {
|
|||
|
||||
rtc_source_set("common_audio_c_arm_asm") {
|
||||
sources = []
|
||||
deps = []
|
||||
if (current_cpu == "arm") {
|
||||
sources += [
|
||||
"signal_processing/complex_bit_reverse_arm.S",
|
||||
|
@ -130,6 +131,7 @@ rtc_source_set("common_audio_c_arm_asm") {
|
|||
} else {
|
||||
sources += [ "signal_processing/filter_ar_fast_q12.c" ]
|
||||
}
|
||||
deps += [ "../system_wrappers:asm_defines" ]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -651,6 +651,7 @@ rtc_source_set("isac_fix_c_arm_asm") {
|
|||
"codecs/isac/fix/source/pitch_filter_armv6.S",
|
||||
]
|
||||
deps = [
|
||||
":isac_fix_common",
|
||||
"../../system_wrappers:asm_defines",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue