ref: 9d05628407f040dfdf6c12f6400fdc4b63698322
parent: e095c3eb7f84983e58d61983dbb29cbbf42a902d
author: Timothy B. Terriberry <[email protected]>
date: Tue May 21 09:42:14 EDT 2013
Add new ARM headers to top-level file lists. Otherwise make dist does not include these files in the source tarball.
--- a/celt_headers.mk
+++ b/celt_headers.mk
@@ -28,4 +28,8 @@
celt/stack_alloc.h \
celt/vq.h \
celt/static_modes_float.h \
-celt/static_modes_fixed.h
+celt/static_modes_fixed.h \
+celt/arm/fixed_armv4.h \
+celt/arm/fixed_armv5e.h \
+celt/arm/kiss_fft_armv4.h \
+celt/arm/kiss_fft_armv5e.h
--- a/silk_headers.mk
+++ b/silk_headers.mk
@@ -19,6 +19,10 @@
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 \