Bug 1801850 - `media/libopus`: add cluster 2 to ignore list. r=sylvestre

Differential Revision: https://phabricator.services.mozilla.com/D163106
This commit is contained in:
Adrien Champion 2022-11-27 14:40:46 +00:00
Родитель db671f44e6
Коммит e48b1bfb61
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,6 +11,7 @@ import re
# These files are not used, ignore them.
ignore_list = [
'silk/float/regularize_correlations_FLP.c',
'silk/float/LPC_inv_pred_gain_FLP.c',
]
def should_ignore(value):

Просмотреть файл

@ -239,7 +239,6 @@ silk_sources_float = [
'silk/float/inner_product_FLP.c',
'silk/float/k2a_FLP.c',
'silk/float/LPC_analysis_filter_FLP.c',
'silk/float/LPC_inv_pred_gain_FLP.c',
'silk/float/LTP_analysis_filter_FLP.c',
'silk/float/LTP_scale_ctrl_FLP.c',
'silk/float/noise_shape_analysis_FLP.c',