tests: fix linking for --enable-fixed-point on ARM

This commit is contained in:
Tristan Matthews 2014-10-12 15:12:52 -04:00
parent 32ff38bc8a
commit fd562eefa2
3 changed files with 14 additions and 0 deletions

View file

@ -54,6 +54,8 @@
#include "x86/celt_lpc_sse.c"
#endif
#include "x86/x86_celt_map.c"
#elif defined(OPUS_ARM_ASM) && defined(FIXED_POINT)
#include "arm/arm_celt_map.c"
#endif
#define MAX_SIZE 100