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

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy B. Terriberry <tterribe@xiph.org>2013-05-23 03:15:30 +0400
committerTimothy B. Terriberry <tterribe@xiph.org>2013-05-23 03:15:30 +0400
commit33511f74bfa783f5dee0c0a78fdb8cb5f117c069 (patch)
tree8a2649a9585d94618816e09e1527bb7c315f0803 /configure.ac
parentcc6e26a25fc65e3cfbae8142ceafd734fd0c07fe (diff)
Minor configure adjustment.
Define ARMv4_ASM to 1 like the other ARM defines.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0c6d7259..ce369ddf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -167,7 +167,7 @@ if test "x${ac_enable_asm}" = xyes ; then
AS_GCC_INLINE_ASSEMBLY([asm_optimization="ARM"],
[asm_optimization="disabled"])
if test "x${asm_optimization}" = "xARM" ; then
- AC_DEFINE([ARMv4_ASM], [], [Use generic ARMv4 asm optimizations])
+ AC_DEFINE([ARMv4_ASM], 1, [Use generic ARMv4 asm optimizations])
AS_ASM_ARM_EDSP([ARMv5E_ASM=1],[ARMv5E_ASM=0])
if test "x${ARMv5E_ASM}" = "x1" ; then
AC_DEFINE(ARMv5E_ASM, 1, [Use ARMv5E asm optimizations])