Moving transform_tables.c to isac_fix_common.

The target modules/audio_coding:isac_neon needs to link with
transform_tables.c but adding a dependency between isac_neon and
isac_fix_c creates a circular dependency.

This CL moves transform_tables.c to isac_fix_common (which is already a
dependency of isac_neon).

Bug: None
Change-Id: I4135ec772b0017e77f1411e9a8093b495220c636
Reviewed-on: https://webrtc-review.googlesource.com/71581
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22968}
This commit is contained in:
Mirko Bonadei
2018-04-20 13:54:53 -07:00
committed by Commit Bot
parent 89f645ad18
commit 6e396b0188

View File

@ -633,6 +633,7 @@ rtc_source_set("isac_fix_common") {
"codecs/isac/fix/source/filterbank_internal.h",
"codecs/isac/fix/source/settings.h",
"codecs/isac/fix/source/structs.h",
"codecs/isac/fix/source/transform_tables.c",
]
public_configs = [ ":isac_fix_config" ]
deps = [
@ -698,7 +699,6 @@ rtc_source_set("isac_fix_c") {
"codecs/isac/fix/source/spectrum_ar_model_tables.c",
"codecs/isac/fix/source/spectrum_ar_model_tables.h",
"codecs/isac/fix/source/transform.c",
"codecs/isac/fix/source/transform_tables.c",
]
public_configs = [ ":isac_fix_config" ]