From 2bd8b54017b5320bc0c1df9bf86f4cdc9f8db242 Mon Sep 17 00:00:00 2001 From: Vignesh Venkatasubramanian Date: Thu, 20 Feb 2014 10:50:35 -0800 Subject: Adding libopus source and Android.mk Adding libopus source code and Android.mk. The source is based on latest stable release libopus 1.1. Change-Id: I0841894ee0766829e6d0e1b8379e6f6f87b0852f --- silk_headers.mk | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 silk_headers.mk (limited to 'silk_headers.mk') diff --git a/silk_headers.mk b/silk_headers.mk new file mode 100644 index 00000000..316cd4b7 --- /dev/null +++ b/silk_headers.mk @@ -0,0 +1,30 @@ +SILK_HEAD = \ +silk/debug.h \ +silk/control.h \ +silk/errors.h \ +silk/API.h \ +silk/typedef.h \ +silk/define.h \ +silk/main.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/pitch_est_defines.h \ +silk/resampler_private.h \ +silk/resampler_rom.h \ +silk/resampler_structs.h \ +silk/SigProc_FIX.h \ +silk/arm/macros_armv4.h \ +silk/arm/macros_armv5e.h \ +silk/arm/SigProc_FIX_armv4.h \ +silk/arm/SigProc_FIX_armv5e.h \ +silk/fixed/main_FIX.h \ +silk/fixed/structs_FIX.h \ +silk/float/main_FLP.h \ +silk/float/structs_FLP.h \ +silk/float/SigProc_FLP.h -- cgit v1.2.3