media/webrtc/trunk/third_party/opus/opus.gyp

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
     2 #
     3 # Use of this source code is governed by a BSD-style license
     4 # that can be found in the LICENSE file in the root of the source
     5 # tree. An additional intellectual property rights grant can be found
     6 # in the file PATENTS.  All contributing project authors may
     7 # be found in the AUTHORS file in the root of the source tree.
     9 {
    10   'targets': [
    11     {
    12       'target_name': 'opus',
    13       'type': '<(library)',
    14       'defines': [
    15         'OPUS_BUILD',
    16         'FLOATING_POINT',
    17         'VAR_ARRAYS',
    18       ],
    19       'conditions': [
    20         ['OS=="linux"', {
    21           'cflags': [
    22             '-std=c99',
    23           ],
    24           'cflags_mozilla': [
    25             '-std=c99',
    26           ],
    27           'defines': [
    28             'HAVE_LRINTF',
    29           ],
    30         }]
    31       ],
    33       'include_dirs': [
    34         'source/include',
    35         'source/src',
    36         'source/celt',
    37         'source/silk',
    38         'source/silk/float',
    39       ],
    40       'sources': [
    41         # opus wrapper/glue
    42         'source/src/opus.c',
    43         'source/src/opus_decoder.c',
    44         'source/src/opus_encoder.c',
    45         'source/src/repacketizer.c',
    47         # celt sub-codec
    48         'source/celt/bands.c',
    49         'source/celt/celt.c',
    50         'source/celt/cwrs.c',
    51         'source/celt/entcode.c',
    52         'source/celt/entdec.c',
    53         'source/celt/entenc.c',
    54         'source/celt/kiss_fft.c',
    55         'source/celt/laplace.c',
    56         'source/celt/mathops.c',
    57         'source/celt/mdct.c',
    58         'source/celt/modes.c',
    59         'source/celt/pitch.c',
    60         'source/celt/celt_lpc.c',
    61         'source/celt/quant_bands.c',
    62         'source/celt/rate.c',
    63         'source/celt/vq.c',
    65         # silk sub-codec
    66         'source/silk/CNG.c',
    67         'source/silk/code_signs.c',
    68         'source/silk/init_decoder.c',
    69         'source/silk/decode_core.c',
    70         'source/silk/decode_frame.c',
    71         'source/silk/decode_parameters.c',
    72         'source/silk/decode_indices.c',
    73         'source/silk/decode_pulses.c',
    74         'source/silk/decoder_set_fs.c',
    75         'source/silk/dec_API.c',
    76         'source/silk/enc_API.c',
    77         'source/silk/encode_indices.c',
    78         'source/silk/encode_pulses.c',
    79         'source/silk/gain_quant.c',
    80         'source/silk/interpolate.c',
    81         'source/silk/LP_variable_cutoff.c',
    82         'source/silk/NLSF_decode.c',
    83         'source/silk/NSQ.c',
    84         'source/silk/NSQ_del_dec.c',
    85         'source/silk/PLC.c',
    86         'source/silk/shell_coder.c',
    87         'source/silk/tables_gain.c',
    88         'source/silk/tables_LTP.c',
    89         'source/silk/tables_NLSF_CB_NB_MB.c',
    90         'source/silk/tables_NLSF_CB_WB.c',
    91         'source/silk/tables_other.c',
    92         'source/silk/tables_pitch_lag.c',
    93         'source/silk/tables_pulses_per_block.c',
    94         'source/silk/VAD.c',
    95         'source/silk/control_audio_bandwidth.c',
    96         'source/silk/quant_LTP_gains.c',
    97         'source/silk/VQ_WMat_EC.c',
    98         'source/silk/HP_variable_cutoff.c',
    99         'source/silk/NLSF_encode.c',
   100         'source/silk/NLSF_VQ.c',
   101         'source/silk/NLSF_unpack.c',
   102         'source/silk/NLSF_del_dec_quant.c',
   103         'source/silk/process_NLSFs.c',
   104         'source/silk/stereo_LR_to_MS.c',
   105         'source/silk/stereo_MS_to_LR.c',
   106         'source/silk/check_control_input.c',
   107         'source/silk/control_SNR.c',
   108         'source/silk/init_encoder.c',
   109         'source/silk/control_codec.c',
   110         'source/silk/A2NLSF.c',
   111         'source/silk/ana_filt_bank_1.c',
   112         'source/silk/biquad_alt.c',
   113         'source/silk/bwexpander_32.c',
   114         'source/silk/bwexpander.c',
   115         'source/silk/debug.c',
   116         'source/silk/decode_pitch.c',
   117         'source/silk/inner_prod_aligned.c',
   118         'source/silk/lin2log.c',
   119         'source/silk/log2lin.c',
   120         'source/silk/LPC_analysis_filter.c',
   121         'source/silk/LPC_inv_pred_gain.c',
   122         'source/silk/table_LSF_cos.c',
   123         'source/silk/NLSF2A.c',
   124         'source/silk/NLSF_stabilize.c',
   125         'source/silk/NLSF_VQ_weights_laroia.c',
   126         'source/silk/pitch_est_tables.c',
   127         'source/silk/resampler.c',
   128         'source/silk/resampler_down2_3.c',
   129         'source/silk/resampler_down2.c',
   130         'source/silk/resampler_private_AR2.c',
   131         'source/silk/resampler_private_down_FIR.c',
   132         'source/silk/resampler_private_IIR_FIR.c',
   133         'source/silk/resampler_private_up2_HQ.c',
   134         'source/silk/resampler_rom.c',
   135         'source/silk/sigm_Q15.c',
   136         'source/silk/sort.c',
   137         'source/silk/sum_sqr_shift.c',
   138         'source/silk/stereo_decode_pred.c',
   139         'source/silk/stereo_encode_pred.c',
   140         'source/silk/stereo_find_predictor.c',
   141         'source/silk/stereo_quant_pred.c',
   143         # silk floating point engine
   144         'source/silk/float/apply_sine_window_FLP.c',
   145         'source/silk/float/corrMatrix_FLP.c',
   146         'source/silk/float/encode_frame_FLP.c',
   147         'source/silk/float/find_LPC_FLP.c',
   148         'source/silk/float/find_LTP_FLP.c',
   149         'source/silk/float/find_pitch_lags_FLP.c',
   150         'source/silk/float/find_pred_coefs_FLP.c',
   151         'source/silk/float/LPC_analysis_filter_FLP.c',
   152         'source/silk/float/LTP_analysis_filter_FLP.c',
   153         'source/silk/float/LTP_scale_ctrl_FLP.c',
   154         'source/silk/float/noise_shape_analysis_FLP.c',
   155         'source/silk/float/prefilter_FLP.c',
   156         'source/silk/float/process_gains_FLP.c',
   157         'source/silk/float/regularize_correlations_FLP.c',
   158         'source/silk/float/residual_energy_FLP.c',
   159         'source/silk/float/solve_LS_FLP.c',
   160         'source/silk/float/warped_autocorrelation_FLP.c',
   161         'source/silk/float/wrappers_FLP.c',
   162         'source/silk/float/autocorrelation_FLP.c',
   163         'source/silk/float/burg_modified_FLP.c',
   164         'source/silk/float/bwexpander_FLP.c',
   165         'source/silk/float/energy_FLP.c',
   166         'source/silk/float/inner_product_FLP.c',
   167         'source/silk/float/k2a_FLP.c',
   168         'source/silk/float/levinsondurbin_FLP.c',
   169         'source/silk/float/LPC_inv_pred_gain_FLP.c',
   170         'source/silk/float/pitch_analysis_core_FLP.c',
   171         'source/silk/float/scale_copy_vector_FLP.c',
   172         'source/silk/float/scale_vector_FLP.c',
   173         'source/silk/float/schur_FLP.c',
   174         'source/silk/float/sort_FLP.c',
   175       ]
   176     }
   177   ]
   178 }

mercurial