summaryrefslogtreecommitdiff
path: root/audio/opus/files/patch-configure
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2015-12-24 16:34:38 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2015-12-24 16:34:38 +0000
commit63e71be3cb41c9b4393e2de9923ab81d4c35dfc5 (patch)
tree714562bf1fead8437b26daa503c59f99c80a09b8 /audio/opus/files/patch-configure
parent- Update to 4.4 (diff)
Update to 1.1.1 for minor bug fixes and optimizations.
Diffstat (limited to 'audio/opus/files/patch-configure')
-rw-r--r--audio/opus/files/patch-configure25
1 files changed, 8 insertions, 17 deletions
diff --git a/audio/opus/files/patch-configure b/audio/opus/files/patch-configure
index 4e78a15d5c71..3cf6e1cbc021 100644
--- a/audio/opus/files/patch-configure
+++ b/audio/opus/files/patch-configure
@@ -1,20 +1,11 @@
---- configure.orig 2013-12-17 16:51:41.000000000 +0100
-+++ configure 2013-12-17 16:52:02.000000000 +0100
-@@ -12807,7 +12807,7 @@ else
- CPU_ARM_FALSE=
- fi
+--- configure.orig 2015-11-25 20:46:28 UTC
++++ configure
+@@ -13229,7 +13229,7 @@ $as_echo "$as_me: WARNING: Compiler does
-- if test x"${inline_optimization:0:3}" = x"ARM"; then
-+ if expr x"${inline_optimization}" : x"ARM" >/dev/null; then
- OPUS_ARM_INLINE_ASM_TRUE=
- OPUS_ARM_INLINE_ASM_FALSE='#'
- else
-@@ -12815,7 +12815,7 @@ else
- OPUS_ARM_INLINE_ASM_FALSE=
fi
+ ;; #(
+- i?86|x86_64) :
++ i?86|x86_64|amd64) :
+
-- if test x"${asm_optimization:0:3}" = x"ARM"; then
-+ if expr x"${asm_optimization}" : x"ARM" >/dev/null; then
- OPUS_ARM_EXTERNAL_ASM_TRUE=
- OPUS_ARM_EXTERNAL_ASM_FALSE='#'
- else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler supports SSE intrinsics" >&5