Index: celt_headers.mk |
diff --git a/celt_headers.mk b/celt_headers.mk |
index 8811e167f1f9d821455db17edcfacf62d30bde37..5bb193e21704dbf846f77edc43ff08a2178177ee 100644 |
--- a/celt_headers.mk |
+++ b/celt_headers.mk |
@@ -24,6 +24,7 @@ celt/modes.h \ |
celt/os_support.h \ |
celt/pitch.h \ |
celt/celt_lpc.h \ |
+celt/x86/celt_lpc_sse.h \ |
celt/quant_bands.h \ |
celt/rate.h \ |
celt/stack_alloc.h \ |
@@ -36,4 +37,5 @@ 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 |
+celt/x86/pitch_sse.h \ |
+celt/x86/x86cpu.h |