forked from len0rd/rockbox
Sync libopus to upstream release 1.1
Change-Id: I9fea7460fc33f60faff961b3389dd97b5191463c
This commit is contained in:
parent
d0918b98fa
commit
e3c2ed7a71
97 changed files with 977 additions and 578 deletions
|
|
@ -41,14 +41,14 @@
|
|||
|
||||
#if defined(CPU_ARM)
|
||||
#if ARM_ARCH == 4
|
||||
#define ARMv4_ASM
|
||||
#define OPUS_ARM_INLINE_ASM
|
||||
#elif ARM_ARCH > 4
|
||||
#define ARMv5E_ASM
|
||||
#define OPUS_ARM_INLINE_EDSP
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(CPU_COLDFIRE)
|
||||
#define CF_ASM
|
||||
#define OPUS_CF_INLINE_ASM
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue