ba63b7d82f
Downloaded from https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
SILK_HEAD = \
|
|
silk/debug.h \
|
|
silk/control.h \
|
|
silk/errors.h \
|
|
silk/API.h \
|
|
silk/typedef.h \
|
|
silk/define.h \
|
|
silk/main.h \
|
|
silk/x86/main_sse.h \
|
|
silk/PLC.h \
|
|
silk/structs.h \
|
|
silk/tables.h \
|
|
silk/tuning_parameters.h \
|
|
silk/Inlines.h \
|
|
silk/MacroCount.h \
|
|
silk/MacroDebug.h \
|
|
silk/macros.h \
|
|
silk/NSQ.h \
|
|
silk/pitch_est_defines.h \
|
|
silk/resampler_private.h \
|
|
silk/resampler_rom.h \
|
|
silk/resampler_structs.h \
|
|
silk/SigProc_FIX.h \
|
|
silk/x86/SigProc_FIX_sse.h \
|
|
silk/arm/biquad_alt_arm.h \
|
|
silk/arm/LPC_inv_pred_gain_arm.h \
|
|
silk/arm/macros_armv4.h \
|
|
silk/arm/macros_armv5e.h \
|
|
silk/arm/macros_arm64.h \
|
|
silk/arm/SigProc_FIX_armv4.h \
|
|
silk/arm/SigProc_FIX_armv5e.h \
|
|
silk/arm/NSQ_del_dec_arm.h \
|
|
silk/arm/NSQ_neon.h \
|
|
silk/fixed/main_FIX.h \
|
|
silk/fixed/structs_FIX.h \
|
|
silk/fixed/arm/warped_autocorrelation_FIX_arm.h \
|
|
silk/fixed/mips/noise_shape_analysis_FIX_mipsr1.h \
|
|
silk/fixed/mips/warped_autocorrelation_FIX_mipsr1.h \
|
|
silk/float/main_FLP.h \
|
|
silk/float/structs_FLP.h \
|
|
silk/float/SigProc_FLP.h \
|
|
silk/mips/macros_mipsr1.h \
|
|
silk/mips/NSQ_del_dec_mipsr1.h \
|
|
silk/mips/sigproc_fix_mipsr1.h
|