Remove all references to GYP
Remove all .gyp and .gypi files. Remove entries from OWNERS files for *.isolate, *.gyp, *.gypi Remove unused scripts in webrtc/build. BUG=webrtc:6323 R=henrika@webrtc.org, phoglund@webrtc.org Review URL: https://codereview.webrtc.org/2509703002 . Cr-Commit-Position: refs/heads/master@{#15107}
This commit is contained in:
@ -1,4 +0,0 @@
|
||||
# These are for the common case of adding or renaming files. If you're doing
|
||||
# structural changes, please get a review from a reviewer in this file.
|
||||
per-file *.gyp=*
|
||||
per-file *.gypi=*
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
|
||||
# These are for the common case of adding or renaming files. If you're doing
|
||||
# structural changes, please get a review from a reviewer in this file.
|
||||
per-file *.gyp=*
|
||||
per-file *.gypi=*
|
||||
@ -1,26 +0,0 @@
|
||||
# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
|
||||
#
|
||||
# Use of this source code is governed by a BSD-style license
|
||||
# that can be found in the LICENSE file in the root of the source
|
||||
# tree. An additional intellectual property rights grant can be found
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'cng',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
|
||||
'audio_encoder_interface',
|
||||
],
|
||||
'sources': [
|
||||
'audio_encoder_cng.cc',
|
||||
'audio_encoder_cng.h',
|
||||
'webrtc_cng.cc',
|
||||
'webrtc_cng.h',
|
||||
],
|
||||
},
|
||||
], # targets
|
||||
}
|
||||
@ -1,5 +0,0 @@
|
||||
|
||||
# These are for the common case of adding or renaming files. If you're doing
|
||||
# structural changes, please get a review from a reviewer in this file.
|
||||
per-file *.gyp=*
|
||||
per-file *.gypi=*
|
||||
|
||||
@ -1,30 +0,0 @@
|
||||
# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
|
||||
#
|
||||
# Use of this source code is governed by a BSD-style license
|
||||
# that can be found in the LICENSE file in the root of the source
|
||||
# tree. An additional intellectual property rights grant can be found
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'g711',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'audio_encoder_interface',
|
||||
'audio_decoder_interface',
|
||||
],
|
||||
'sources': [
|
||||
'audio_decoder_pcm.cc',
|
||||
'audio_decoder_pcm.h',
|
||||
'audio_encoder_pcm.cc',
|
||||
'audio_encoder_pcm.h',
|
||||
'g711_interface.c',
|
||||
'g711_interface.h',
|
||||
'g711.c',
|
||||
'g711.h',
|
||||
],
|
||||
},
|
||||
], # targets
|
||||
}
|
||||
@ -1,5 +0,0 @@
|
||||
|
||||
# These are for the common case of adding or renaming files. If you're doing
|
||||
# structural changes, please get a review from a reviewer in this file.
|
||||
per-file *.gyp=*
|
||||
per-file *.gypi=*
|
||||
@ -1,30 +0,0 @@
|
||||
# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
|
||||
#
|
||||
# Use of this source code is governed by a BSD-style license
|
||||
# that can be found in the LICENSE file in the root of the source
|
||||
# tree. An additional intellectual property rights grant can be found
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'g722',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'audio_encoder_interface',
|
||||
'audio_decoder_interface',
|
||||
],
|
||||
'sources': [
|
||||
'audio_decoder_g722.cc',
|
||||
'audio_decoder_g722.h',
|
||||
'audio_encoder_g722.cc',
|
||||
'audio_encoder_g722.h',
|
||||
'g722_interface.c',
|
||||
'g722_interface.h',
|
||||
'g722_decode.c',
|
||||
'g722_enc_dec.h',
|
||||
'g722_encode.c',
|
||||
],
|
||||
},
|
||||
], # targets
|
||||
}
|
||||
@ -1,5 +0,0 @@
|
||||
|
||||
# These are for the common case of adding or renaming files. If you're doing
|
||||
# structural changes, please get a review from a reviewer in this file.
|
||||
per-file *.gyp=*
|
||||
per-file *.gypi=*
|
||||
@ -1,166 +0,0 @@
|
||||
# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
|
||||
#
|
||||
# Use of this source code is governed by a BSD-style license
|
||||
# that can be found in the LICENSE file in the root of the source
|
||||
# tree. An additional intellectual property rights grant can be found
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'ilbc',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/base/base.gyp:rtc_base_approved',
|
||||
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
|
||||
'audio_encoder_interface',
|
||||
],
|
||||
'sources': [
|
||||
'abs_quant.c',
|
||||
'abs_quant_loop.c',
|
||||
'audio_decoder_ilbc.cc',
|
||||
'audio_decoder_ilbc.h',
|
||||
'audio_encoder_ilbc.cc',
|
||||
'audio_encoder_ilbc.h',
|
||||
'augmented_cb_corr.c',
|
||||
'bw_expand.c',
|
||||
'cb_construct.c',
|
||||
'cb_mem_energy.c',
|
||||
'cb_mem_energy_augmentation.c',
|
||||
'cb_mem_energy_calc.c',
|
||||
'cb_search.c',
|
||||
'cb_search_core.c',
|
||||
'cb_update_best_index.c',
|
||||
'chebyshev.c',
|
||||
'comp_corr.c',
|
||||
'constants.c',
|
||||
'create_augmented_vec.c',
|
||||
'decode.c',
|
||||
'decode_residual.c',
|
||||
'decoder_interpolate_lsf.c',
|
||||
'do_plc.c',
|
||||
'encode.c',
|
||||
'energy_inverse.c',
|
||||
'enh_upsample.c',
|
||||
'enhancer.c',
|
||||
'enhancer_interface.c',
|
||||
'filtered_cb_vecs.c',
|
||||
'frame_classify.c',
|
||||
'gain_dequant.c',
|
||||
'gain_quant.c',
|
||||
'get_cd_vec.c',
|
||||
'get_lsp_poly.c',
|
||||
'get_sync_seq.c',
|
||||
'hp_input.c',
|
||||
'hp_output.c',
|
||||
'ilbc.c',
|
||||
'ilbc.h',
|
||||
'index_conv_dec.c',
|
||||
'index_conv_enc.c',
|
||||
'init_decode.c',
|
||||
'init_encode.c',
|
||||
'interpolate.c',
|
||||
'interpolate_samples.c',
|
||||
'lpc_encode.c',
|
||||
'lsf_check.c',
|
||||
'lsf_interpolate_to_poly_dec.c',
|
||||
'lsf_interpolate_to_poly_enc.c',
|
||||
'lsf_to_lsp.c',
|
||||
'lsf_to_poly.c',
|
||||
'lsp_to_lsf.c',
|
||||
'my_corr.c',
|
||||
'nearest_neighbor.c',
|
||||
'pack_bits.c',
|
||||
'poly_to_lsf.c',
|
||||
'poly_to_lsp.c',
|
||||
'refiner.c',
|
||||
'simple_interpolate_lsf.c',
|
||||
'simple_lpc_analysis.c',
|
||||
'simple_lsf_dequant.c',
|
||||
'simple_lsf_quant.c',
|
||||
'smooth.c',
|
||||
'smooth_out_data.c',
|
||||
'sort_sq.c',
|
||||
'split_vq.c',
|
||||
'state_construct.c',
|
||||
'state_search.c',
|
||||
'swap_bytes.c',
|
||||
'unpack_bits.c',
|
||||
'vq3.c',
|
||||
'vq4.c',
|
||||
'window32_w32.c',
|
||||
'xcorr_coef.c',
|
||||
'abs_quant.h',
|
||||
'abs_quant_loop.h',
|
||||
'augmented_cb_corr.h',
|
||||
'bw_expand.h',
|
||||
'cb_construct.h',
|
||||
'cb_mem_energy.h',
|
||||
'cb_mem_energy_augmentation.h',
|
||||
'cb_mem_energy_calc.h',
|
||||
'cb_search.h',
|
||||
'cb_search_core.h',
|
||||
'cb_update_best_index.h',
|
||||
'chebyshev.h',
|
||||
'comp_corr.h',
|
||||
'constants.h',
|
||||
'create_augmented_vec.h',
|
||||
'decode.h',
|
||||
'decode_residual.h',
|
||||
'decoder_interpolate_lsf.h',
|
||||
'do_plc.h',
|
||||
'encode.h',
|
||||
'energy_inverse.h',
|
||||
'enh_upsample.h',
|
||||
'enhancer.h',
|
||||
'enhancer_interface.h',
|
||||
'filtered_cb_vecs.h',
|
||||
'frame_classify.h',
|
||||
'gain_dequant.h',
|
||||
'gain_quant.h',
|
||||
'get_cd_vec.h',
|
||||
'get_lsp_poly.h',
|
||||
'get_sync_seq.h',
|
||||
'hp_input.h',
|
||||
'hp_output.h',
|
||||
'defines.h',
|
||||
'index_conv_dec.h',
|
||||
'index_conv_enc.h',
|
||||
'init_decode.h',
|
||||
'init_encode.h',
|
||||
'interpolate.h',
|
||||
'interpolate_samples.h',
|
||||
'lpc_encode.h',
|
||||
'lsf_check.h',
|
||||
'lsf_interpolate_to_poly_dec.h',
|
||||
'lsf_interpolate_to_poly_enc.h',
|
||||
'lsf_to_lsp.h',
|
||||
'lsf_to_poly.h',
|
||||
'lsp_to_lsf.h',
|
||||
'my_corr.h',
|
||||
'nearest_neighbor.h',
|
||||
'pack_bits.h',
|
||||
'poly_to_lsf.h',
|
||||
'poly_to_lsp.h',
|
||||
'refiner.h',
|
||||
'simple_interpolate_lsf.h',
|
||||
'simple_lpc_analysis.h',
|
||||
'simple_lsf_dequant.h',
|
||||
'simple_lsf_quant.h',
|
||||
'smooth.h',
|
||||
'smooth_out_data.h',
|
||||
'sort_sq.h',
|
||||
'split_vq.h',
|
||||
'state_construct.h',
|
||||
'state_search.h',
|
||||
'swap_bytes.h',
|
||||
'unpack_bits.h',
|
||||
'vq3.h',
|
||||
'vq4.h',
|
||||
'window32_w32.h',
|
||||
'xcorr_coef.h',
|
||||
], # sources
|
||||
}, # ilbc
|
||||
], # targets
|
||||
}
|
||||
@ -1,39 +0,0 @@
|
||||
# Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
|
||||
#
|
||||
# Use of this source code is governed by a BSD-style license
|
||||
# that can be found in the LICENSE file in the root of the source
|
||||
# tree. An additional intellectual property rights grant can be found
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'audio_decoder_interface',
|
||||
'type': 'static_library',
|
||||
'sources': [
|
||||
'audio_decoder.cc',
|
||||
'audio_decoder.h',
|
||||
'legacy_encoded_audio_frame.cc',
|
||||
'legacy_encoded_audio_frame.h',
|
||||
],
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/base/base.gyp:rtc_base_approved',
|
||||
'<(webrtc_root)/common.gyp:webrtc_common',
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
'target_name': 'audio_encoder_interface',
|
||||
'type': 'static_library',
|
||||
'sources': [
|
||||
'audio_encoder.cc',
|
||||
'audio_encoder.h',
|
||||
],
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/base/base.gyp:rtc_base_approved',
|
||||
'<(webrtc_root)/common.gyp:webrtc_common',
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
@ -1,5 +0,0 @@
|
||||
|
||||
# These are for the common case of adding or renaming files. If you're doing
|
||||
# structural changes, please get a review from a reviewer in this file.
|
||||
per-file *.gyp=*
|
||||
per-file *.gypi=*
|
||||
@ -1,5 +0,0 @@
|
||||
|
||||
# These are for the common case of adding or renaming files. If you're doing
|
||||
# structural changes, please get a review from a reviewer in this file.
|
||||
per-file *.gyp=*
|
||||
per-file *.gypi=*
|
||||
@ -1,95 +0,0 @@
|
||||
# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
|
||||
#
|
||||
# Use of this source code is governed by a BSD-style license
|
||||
# that can be found in the LICENSE file in the root of the source
|
||||
# tree. An additional intellectual property rights grant can be found
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'isac',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
|
||||
'audio_decoder_interface',
|
||||
'audio_encoder_interface',
|
||||
'isac_common',
|
||||
],
|
||||
'include_dirs': [
|
||||
'main/include',
|
||||
'<(webrtc_root)',
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
'main/include',
|
||||
'<(webrtc_root)',
|
||||
],
|
||||
},
|
||||
'sources': [
|
||||
'main/include/audio_decoder_isac.h',
|
||||
'main/include/audio_encoder_isac.h',
|
||||
'main/include/isac.h',
|
||||
'main/source/arith_routines.c',
|
||||
'main/source/arith_routines_hist.c',
|
||||
'main/source/arith_routines_logist.c',
|
||||
'main/source/audio_decoder_isac.cc',
|
||||
'main/source/audio_encoder_isac.cc',
|
||||
'main/source/bandwidth_estimator.c',
|
||||
'main/source/crc.c',
|
||||
'main/source/decode.c',
|
||||
'main/source/decode_bwe.c',
|
||||
'main/source/encode.c',
|
||||
'main/source/encode_lpc_swb.c',
|
||||
'main/source/entropy_coding.c',
|
||||
'main/source/fft.c',
|
||||
'main/source/filter_functions.c',
|
||||
'main/source/filterbank_tables.c',
|
||||
'main/source/intialize.c',
|
||||
'main/source/isac.c',
|
||||
'main/source/isac_float_type.h',
|
||||
'main/source/filterbanks.c',
|
||||
'main/source/pitch_lag_tables.c',
|
||||
'main/source/lattice.c',
|
||||
'main/source/lpc_gain_swb_tables.c',
|
||||
'main/source/lpc_analysis.c',
|
||||
'main/source/lpc_shape_swb12_tables.c',
|
||||
'main/source/lpc_shape_swb16_tables.c',
|
||||
'main/source/lpc_tables.c',
|
||||
'main/source/pitch_estimator.c',
|
||||
'main/source/pitch_filter.c',
|
||||
'main/source/pitch_gain_tables.c',
|
||||
'main/source/spectrum_ar_model_tables.c',
|
||||
'main/source/transform.c',
|
||||
'main/source/arith_routines.h',
|
||||
'main/source/bandwidth_estimator.h',
|
||||
'main/source/codec.h',
|
||||
'main/source/crc.h',
|
||||
'main/source/encode_lpc_swb.h',
|
||||
'main/source/entropy_coding.h',
|
||||
'main/source/fft.h',
|
||||
'main/source/filterbank_tables.h',
|
||||
'main/source/lpc_gain_swb_tables.h',
|
||||
'main/source/lpc_analysis.h',
|
||||
'main/source/lpc_shape_swb12_tables.h',
|
||||
'main/source/lpc_shape_swb16_tables.h',
|
||||
'main/source/lpc_tables.h',
|
||||
'main/source/pitch_estimator.h',
|
||||
'main/source/pitch_gain_tables.h',
|
||||
'main/source/pitch_lag_tables.h',
|
||||
'main/source/settings.h',
|
||||
'main/source/spectrum_ar_model_tables.h',
|
||||
'main/source/structs.h',
|
||||
'main/source/os_specific_inline.h',
|
||||
],
|
||||
'conditions': [
|
||||
['OS=="linux"', {
|
||||
'link_settings': {
|
||||
'libraries': ['-lm',],
|
||||
},
|
||||
}],
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
@ -1,22 +0,0 @@
|
||||
# Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
|
||||
#
|
||||
# Use of this source code is governed by a BSD-style license
|
||||
# that can be found in the LICENSE file in the root of the source
|
||||
# tree. An additional intellectual property rights grant can be found
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'isac_common',
|
||||
'type': 'static_library',
|
||||
'sources': [
|
||||
'audio_encoder_isac_t.h',
|
||||
'audio_encoder_isac_t_impl.h',
|
||||
'locked_bandwidth_info.cc',
|
||||
'locked_bandwidth_info.h',
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
@ -1,83 +0,0 @@
|
||||
# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
|
||||
#
|
||||
# Use of this source code is governed by a BSD-style license
|
||||
# that can be found in the LICENSE file in the root of the source
|
||||
# tree. An additional intellectual property rights grant can be found
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
{
|
||||
'targets': [
|
||||
# simple kenny
|
||||
{
|
||||
'target_name': 'isac_test',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'isac',
|
||||
'<(webrtc_root)/base/base.gyp:rtc_base_approved',
|
||||
],
|
||||
'include_dirs': [
|
||||
'./main/include',
|
||||
'./main/test',
|
||||
'./main/util',
|
||||
'<(webrtc_root)',
|
||||
],
|
||||
'sources': [
|
||||
'empty.cc', # force build system to use C++ linker
|
||||
'./main/test/simpleKenny.c',
|
||||
'./main/util/utility.c',
|
||||
],
|
||||
'conditions': [
|
||||
['OS=="win" and clang==1', {
|
||||
'msvs_settings': {
|
||||
'VCCLCompilerTool': {
|
||||
'AdditionalOptions': [
|
||||
# Disable warnings failing when compiling with Clang on Windows.
|
||||
# https://bugs.chromium.org/p/webrtc/issues/detail?id=5366
|
||||
'-Wno-format',
|
||||
],
|
||||
},
|
||||
},
|
||||
}],
|
||||
], # conditions.
|
||||
},
|
||||
# ReleaseTest-API
|
||||
{
|
||||
'target_name': 'isac_api_test',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'isac',
|
||||
'<(webrtc_root)/base/base.gyp:rtc_base_approved',
|
||||
],
|
||||
'include_dirs': [
|
||||
'./main/test',
|
||||
'./main/include',
|
||||
'./main/util',
|
||||
'<(webrtc_root)',
|
||||
],
|
||||
'sources': [
|
||||
'./main/test/ReleaseTest-API/ReleaseTest-API.cc',
|
||||
'./main/util/utility.c',
|
||||
],
|
||||
},
|
||||
# SwitchingSampRate
|
||||
{
|
||||
'target_name': 'isac_switch_samprate_test',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'isac',
|
||||
],
|
||||
'include_dirs': [
|
||||
'./main/test',
|
||||
'./main/include',
|
||||
'../../../../common_audio/signal_processing/include',
|
||||
'./main/util',
|
||||
'<(webrtc_root)',
|
||||
],
|
||||
'sources': [
|
||||
'./main/test/SwitchingSampRate/SwitchingSampRate.cc',
|
||||
'./main/util/utility.c',
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
@ -1,146 +0,0 @@
|
||||
# Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
|
||||
#
|
||||
# Use of this source code is governed by a BSD-style license
|
||||
# that can be found in the LICENSE file in the root of the source
|
||||
# tree. An additional intellectual property rights grant can be found
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'isac_fix',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
|
||||
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
|
||||
'isac_common',
|
||||
],
|
||||
'include_dirs': [
|
||||
'fix/include',
|
||||
'<(webrtc_root)'
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
'fix/include',
|
||||
'<(webrtc_root)',
|
||||
],
|
||||
},
|
||||
'sources': [
|
||||
'fix/include/audio_decoder_isacfix.h',
|
||||
'fix/include/audio_encoder_isacfix.h',
|
||||
'fix/include/isacfix.h',
|
||||
'fix/source/arith_routines.c',
|
||||
'fix/source/arith_routines_hist.c',
|
||||
'fix/source/arith_routines_logist.c',
|
||||
'fix/source/audio_decoder_isacfix.cc',
|
||||
'fix/source/audio_encoder_isacfix.cc',
|
||||
'fix/source/bandwidth_estimator.c',
|
||||
'fix/source/decode.c',
|
||||
'fix/source/decode_bwe.c',
|
||||
'fix/source/decode_plc.c',
|
||||
'fix/source/encode.c',
|
||||
'fix/source/entropy_coding.c',
|
||||
'fix/source/fft.c',
|
||||
'fix/source/filterbank_tables.c',
|
||||
'fix/source/filterbanks.c',
|
||||
'fix/source/filters.c',
|
||||
'fix/source/initialize.c',
|
||||
'fix/source/isac_fix_type.h',
|
||||
'fix/source/isacfix.c',
|
||||
'fix/source/lattice.c',
|
||||
'fix/source/lattice_c.c',
|
||||
'fix/source/lpc_masking_model.c',
|
||||
'fix/source/lpc_tables.c',
|
||||
'fix/source/pitch_estimator.c',
|
||||
'fix/source/pitch_estimator_c.c',
|
||||
'fix/source/pitch_filter.c',
|
||||
'fix/source/pitch_filter_c.c',
|
||||
'fix/source/pitch_gain_tables.c',
|
||||
'fix/source/pitch_lag_tables.c',
|
||||
'fix/source/spectrum_ar_model_tables.c',
|
||||
'fix/source/transform.c',
|
||||
'fix/source/transform_tables.c',
|
||||
'fix/source/arith_routins.h',
|
||||
'fix/source/bandwidth_estimator.h',
|
||||
'fix/source/codec.h',
|
||||
'fix/source/entropy_coding.h',
|
||||
'fix/source/fft.h',
|
||||
'fix/source/filterbank_tables.h',
|
||||
'fix/source/lpc_masking_model.h',
|
||||
'fix/source/lpc_tables.h',
|
||||
'fix/source/pitch_estimator.h',
|
||||
'fix/source/pitch_gain_tables.h',
|
||||
'fix/source/pitch_lag_tables.h',
|
||||
'fix/source/settings.h',
|
||||
'fix/source/spectrum_ar_model_tables.h',
|
||||
'fix/source/structs.h',
|
||||
],
|
||||
'conditions': [
|
||||
['target_arch=="arm" and arm_version>=7', {
|
||||
'sources': [
|
||||
'fix/source/lattice_armv7.S',
|
||||
'fix/source/pitch_filter_armv6.S',
|
||||
],
|
||||
'sources!': [
|
||||
'fix/source/lattice_c.c',
|
||||
'fix/source/pitch_filter_c.c',
|
||||
],
|
||||
}],
|
||||
['build_with_neon==1', {
|
||||
'dependencies': ['isac_neon', ],
|
||||
}],
|
||||
['target_arch=="mipsel" and mips_arch_variant!="r6"', {
|
||||
'sources': [
|
||||
'fix/source/entropy_coding_mips.c',
|
||||
'fix/source/filters_mips.c',
|
||||
'fix/source/lattice_mips.c',
|
||||
'fix/source/pitch_estimator_mips.c',
|
||||
'fix/source/transform_mips.c',
|
||||
],
|
||||
'sources!': [
|
||||
'fix/source/lattice_c.c',
|
||||
'fix/source/pitch_estimator_c.c',
|
||||
],
|
||||
'conditions': [
|
||||
['mips_dsp_rev>0', {
|
||||
'sources': [
|
||||
'fix/source/filterbanks_mips.c',
|
||||
],
|
||||
}],
|
||||
['mips_dsp_rev>1', {
|
||||
'sources': [
|
||||
'fix/source/lpc_masking_model_mips.c',
|
||||
'fix/source/pitch_filter_mips.c',
|
||||
],
|
||||
'sources!': [
|
||||
'fix/source/pitch_filter_c.c',
|
||||
],
|
||||
}],
|
||||
],
|
||||
}],
|
||||
],
|
||||
},
|
||||
],
|
||||
'conditions': [
|
||||
['build_with_neon==1', {
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'isac_neon',
|
||||
'type': 'static_library',
|
||||
'includes': ['../../../../build/arm_neon.gypi',],
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
|
||||
],
|
||||
'sources': [
|
||||
'fix/source/entropy_coding_neon.c',
|
||||
'fix/source/filterbanks_neon.c',
|
||||
'fix/source/filters_neon.c',
|
||||
'fix/source/lattice_neon.c',
|
||||
'fix/source/transform_neon.c',
|
||||
],
|
||||
},
|
||||
],
|
||||
}],
|
||||
],
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
# Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
|
||||
#
|
||||
# Use of this source code is governed by a BSD-style license
|
||||
# that can be found in the LICENSE file in the root of the source
|
||||
# tree. An additional intellectual property rights grant can be found
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
{
|
||||
'targets': [
|
||||
# kenny
|
||||
{
|
||||
'target_name': 'isac_fix_test',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'isac_fix',
|
||||
'<(webrtc_root)/test/test.gyp:test_support',
|
||||
],
|
||||
'include_dirs': [
|
||||
'./fix/test',
|
||||
'./fix/include',
|
||||
'<(webrtc_root)',
|
||||
],
|
||||
'sources': [
|
||||
'./fix/test/kenny.cc',
|
||||
],
|
||||
# Disable warnings to enable Win64 build, issue 1323.
|
||||
'msvs_disabled_warnings': [
|
||||
4267, # size_t to int truncation.
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
# TODO(kma): Add bit-exact test for iSAC-fix.
|
||||
@ -1,5 +0,0 @@
|
||||
|
||||
# These are for the common case of adding or renaming files. If you're doing
|
||||
# structural changes, please get a review from a reviewer in this file.
|
||||
per-file *.gyp=*
|
||||
per-file *.gypi=*
|
||||
@ -1,5 +0,0 @@
|
||||
|
||||
# These are for the common case of adding or renaming files. If you're doing
|
||||
# structural changes, please get a review from a reviewer in this file.
|
||||
per-file *.gyp=*
|
||||
per-file *.gypi=*
|
||||
@ -1,54 +0,0 @@
|
||||
# Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
|
||||
#
|
||||
# Use of this source code is governed by a BSD-style license
|
||||
# that can be found in the LICENSE file in the root of the source
|
||||
# tree. An additional intellectual property rights grant can be found
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'webrtc_opus',
|
||||
'type': 'static_library',
|
||||
'conditions': [
|
||||
['build_opus==1', {
|
||||
'dependencies': [
|
||||
'<(opus_dir)/opus.gyp:opus'
|
||||
],
|
||||
'export_dependent_settings': [
|
||||
'<(opus_dir)/opus.gyp:opus',
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [ # need by Neteq audio classifier.
|
||||
'<(opus_dir)/src/src',
|
||||
'<(opus_dir)/src/celt',
|
||||
],
|
||||
},
|
||||
}, {
|
||||
'conditions': [
|
||||
['build_with_mozilla==1', {
|
||||
# Mozilla provides its own build of the opus library.
|
||||
'include_dirs': [
|
||||
'$(DIST)/include/opus',
|
||||
]
|
||||
}],
|
||||
],
|
||||
}],
|
||||
],
|
||||
'dependencies': [
|
||||
'audio_encoder_interface',
|
||||
'audio_network_adaptor',
|
||||
],
|
||||
'sources': [
|
||||
'audio_decoder_opus.cc',
|
||||
'audio_decoder_opus.h',
|
||||
'audio_encoder_opus.cc',
|
||||
'audio_encoder_opus.h',
|
||||
'opus_inst.h',
|
||||
'opus_interface.c',
|
||||
'opus_interface.h',
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
@ -1,5 +0,0 @@
|
||||
|
||||
# These are for the common case of adding or renaming files. If you're doing
|
||||
# structural changes, please get a review from a reviewer in this file.
|
||||
per-file *.gyp=*
|
||||
per-file *.gypi=*
|
||||
@ -1,29 +0,0 @@
|
||||
# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
|
||||
#
|
||||
# Use of this source code is governed by a BSD-style license
|
||||
# that can be found in the LICENSE file in the root of the source
|
||||
# tree. An additional intellectual property rights grant can be found
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'pcm16b',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'audio_encoder_interface',
|
||||
'audio_decoder_interface',
|
||||
'g711',
|
||||
],
|
||||
'sources': [
|
||||
'audio_decoder_pcm16b.cc',
|
||||
'audio_decoder_pcm16b.h',
|
||||
'audio_encoder_pcm16b.cc',
|
||||
'audio_encoder_pcm16b.h',
|
||||
'pcm16b.c',
|
||||
'pcm16b.h',
|
||||
],
|
||||
},
|
||||
], # targets
|
||||
}
|
||||
@ -1,33 +0,0 @@
|
||||
# Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
|
||||
#
|
||||
# Use of this source code is governed by a BSD-style license
|
||||
# that can be found in the LICENSE file in the root of the source
|
||||
# tree. An additional intellectual property rights grant can be found
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'red',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'audio_encoder_interface',
|
||||
],
|
||||
'include_dirs': [
|
||||
'include',
|
||||
'<(webrtc_root)',
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
'include',
|
||||
'<(webrtc_root)',
|
||||
],
|
||||
},
|
||||
'sources': [
|
||||
'audio_encoder_copy_red.h',
|
||||
'audio_encoder_copy_red.cc',
|
||||
],
|
||||
},
|
||||
], # targets
|
||||
}
|
||||
@ -1,6 +0,0 @@
|
||||
per-file *.isolate=kjellander@webrtc.org
|
||||
|
||||
# These are for the common case of adding or renaming files. If you're doing
|
||||
# structural changes, please get a review from a reviewer in this file.
|
||||
per-file *.gyp=*
|
||||
per-file *.gypi=*
|
||||
Reference in New Issue
Block a user