Index: celt_headers.mk |
diff --git a/celt_headers.mk b/celt_headers.mk |
index f89d66a2220370b07425ad8918f637922f06eae3..067b29406d170683095efc2378abd5e71ad19f12 100644 |
--- a/celt_headers.mk |
+++ b/celt_headers.mk |
@@ -2,6 +2,7 @@ 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 \ |
@@ -28,4 +29,10 @@ celt/rate.h \ |
celt/stack_alloc.h \ |
celt/vq.h \ |
celt/static_modes_float.h \ |
-celt/static_modes_fixed.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/x86/pitch_sse.h |