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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-07-23 00:32:40 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-07-23 00:32:40 +0400
commit1df2f7b6a88ed871231a3a78319e997523d837a5 (patch)
tree9245df75e4e9b9954c08bc26965691b21e00fabb /libavcodec/internal.h
parent013172ae9f1ab35b70732dcab6385743c5fed876 (diff)
parenteba2233b58c2c4b468c58287d6537b2f1188a8cd (diff)
Merge commit 'eba2233b58c2c4b468c58287d6537b2f1188a8cd'
* commit 'eba2233b58c2c4b468c58287d6537b2f1188a8cd': build: Add define for SIMD extensions requiring 16-byte aligned buffers Conflicts: configure libavcodec/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r--libavcodec/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index e00aad9431..dcb2113f6f 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -37,7 +37,7 @@
#if HAVE_AVX
# define STRIDE_ALIGN 32
-#elif HAVE_NEON || ARCH_PPC || HAVE_MMX
+#elif HAVE_SIMD_ALIGN_16
# define STRIDE_ALIGN 16
#else
# define STRIDE_ALIGN 8