aboutsummaryrefslogtreecommitdiff
path: root/celt/vq.c
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2017-05-25 16:28:53 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2017-05-25 19:30:59 -0400
commit4507637ccca66d1520e806bbbb69396e4511679c (patch)
treef3732d5e364738ed8f7c020c4747192408f1b180 /celt/vq.c
parent6cdd84a3c877e5d0f68ee0d047fadfa737c0efd9 (diff)
downloadlibopus-4507637ccca66d1520e806bbbb69396e4511679c.tar.gz
Fixes unit tests that need arch-specific code
We now include the object files for those rather than attempt to problems.
Diffstat (limited to 'celt/vq.c')
-rw-r--r--celt/vq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/celt/vq.c b/celt/vq.c
index 9462e7fa..8ef80e50 100644
--- a/celt/vq.c
+++ b/celt/vq.c
@@ -67,7 +67,7 @@ static void exp_rotation1(celt_norm *X, int len, int stride, opus_val16 c, opus_
}
#endif /* OVERRIDE_vq_exp_rotation1 */
-static void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread)
+void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread)
{
static const int SPREAD_FACTOR[3]={15,10,5};
int i;