From 45cbdff36f0d0c2a395326d09e4dd375601e28cb Mon Sep 17 00:00:00 2001
From: Jean-Marc Valin <jmvalin@jmvalin.ca>
Date: Wed, 11 Feb 2015 14:10:03 -0500
Subject: [PATCH] Adds MIPS files to the make dist tarball

---
 Makefile.am     | 1 +
 celt_headers.mk | 6 ++++++
 silk_headers.mk | 8 +++++++-
 3 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 95323ca86..2a1ddc8e8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -146,6 +146,7 @@ EXTRA_DIST = version.mk \
              opus.pc.in \
              opus-uninstalled.pc.in \
              opus.m4 \
+             Makefile.mips \
              Makefile.unix \
              tests/run_vectors.sh \
              celt/arm/arm2gnu.pl \
diff --git a/celt_headers.mk b/celt_headers.mk
index 5bb193e21..d422e0907 100644
--- a/celt_headers.mk
+++ b/celt_headers.mk
@@ -37,5 +37,11 @@ celt/arm/fixed_armv5e.h \
 celt/arm/kiss_fft_armv4.h \
 celt/arm/kiss_fft_armv5e.h \
 celt/arm/pitch_arm.h \
+celt/mips/celt_mipsr1.h \
+celt/mips/fixed_generic_mipsr1.h \
+celt/mips/kiss_fft_mipsr1.h \
+celt/mips/mdct_mipsr1.h \
+celt/mips/pitch_mipsr1.h \
+celt/mips/vq_mipsr1.h \
 celt/x86/pitch_sse.h \
 celt/x86/x86cpu.h
diff --git a/silk_headers.mk b/silk_headers.mk
index bc4d8bdbb..679ff8f66 100644
--- a/silk_headers.mk
+++ b/silk_headers.mk
@@ -27,6 +27,12 @@ silk/arm/SigProc_FIX_armv4.h \
 silk/arm/SigProc_FIX_armv5e.h \
 silk/fixed/main_FIX.h \
 silk/fixed/structs_FIX.h \
+silk/fixed/mips/noise_shape_analysis_FIX_mipsr1.h \
+silk/fixed/mips/prefilter_FIX_mipsr1.h \
+silk/fixed/mips/warped_autocorrelation_FIX_mipsr1.h \
 silk/float/main_FLP.h \
 silk/float/structs_FLP.h \
-silk/float/SigProc_FLP.h
+silk/float/SigProc_FLP.h \
+silk/mips/macros_mipsr1.h \
+silk/mips/NSQ_del_dec_mipsr1.h \
+silk/mips/sigproc_fix_mipsr1.h
-- 
GitLab