mirror of
https://github.com/xiph/opus.git
synced 2025-06-03 00:57:43 +00:00
tests: fix linking for --enable-fixed-point on ARM
This commit is contained in:
parent
32ff38bc8a
commit
fd562eefa2
3 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue