aboutsummaryrefslogtreecommitdiff
path: root/celt_headers.mk
diff options
context:
space:
mode:
authorVignesh Venkatasubramanian <vigneshv@google.com>2014-02-20 10:50:35 -0800
committerVignesh Venkatasubramanian <vigneshv@google.com>2014-02-20 22:40:47 -0800
commit2bd8b54017b5320bc0c1df9bf86f4cdc9f8db242 (patch)
tree46d79debe81d3b1db1f11b1c79b4edeb9318fedc /celt_headers.mk
parent2010ddce09e55d41b92a36444a11cd747bfaf867 (diff)
downloadlibopus-2bd8b54017b5320bc0c1df9bf86f4cdc9f8db242.tar.gz
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
Diffstat (limited to 'celt_headers.mk')
-rw-r--r--celt_headers.mk39
1 files changed, 39 insertions, 0 deletions
diff --git a/celt_headers.mk b/celt_headers.mk
new file mode 100644
index 00000000..8811e167
--- /dev/null
+++ b/celt_headers.mk
@@ -0,0 +1,39 @@
+CELT_HEAD = \
+celt/arch.h \
+celt/bands.h \
+celt/celt.h \
+celt/cpu_support.h \
+include/opus_types.h \
+include/opus_defines.h \
+include/opus_custom.h \
+celt/cwrs.h \
+celt/ecintrin.h \
+celt/entcode.h \
+celt/entdec.h \
+celt/entenc.h \
+celt/fixed_debug.h \
+celt/fixed_generic.h \
+celt/float_cast.h \
+celt/_kiss_fft_guts.h \
+celt/kiss_fft.h \
+celt/laplace.h \
+celt/mathops.h \
+celt/mdct.h \
+celt/mfrngcod.h \
+celt/modes.h \
+celt/os_support.h \
+celt/pitch.h \
+celt/celt_lpc.h \
+celt/quant_bands.h \
+celt/rate.h \
+celt/stack_alloc.h \
+celt/vq.h \
+celt/static_modes_float.h \
+celt/static_modes_fixed.h \
+celt/arm/armcpu.h \
+celt/arm/fixed_armv4.h \
+celt/arm/fixed_armv5e.h \
+celt/arm/kiss_fft_armv4.h \
+celt/arm/kiss_fft_armv5e.h \
+celt/arm/pitch_arm.h \
+celt/x86/pitch_sse.h