Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2015-02-11 22:10:03 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2015-02-11 22:10:03 +0300
commit45cbdff36f0d0c2a395326d09e4dd375601e28cb (patch)
tree268679ead67312225667f2823dabce4ce5f52c51
parent155f99c87a4047723c4478bab319d6d745ccc174 (diff)
Adds MIPS files to the make dist tarball
-rw-r--r--Makefile.am1
-rw-r--r--celt_headers.mk6
-rw-r--r--silk_headers.mk8
3 files changed, 14 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 95323ca8..2a1ddc8e 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 5bb193e2..d422e090 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 bc4d8bdb..679ff8f6 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