summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-07-21 13:58:55 -0700
committerDiego Biurrun <diego@biurrun.de>2014-07-22 11:46:35 -0700
commiteba2233b58c2c4b468c58287d6537b2f1188a8cd (patch)
treeee25bbf9bb1dbd5611324d19a2f1be1ae6891d60 /libavcodec/utils.c
parent67bc1ba5d75953d136bfa02ce6c0a27e9fd9dac3 (diff)
build: Add define for SIMD extensions requiring 16-byte aligned buffers
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r--libavcodec/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 2abc37696f..16c30c3497 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -189,7 +189,7 @@ int ff_side_data_update_matrix_encoding(AVFrame *frame,
return 0;
}
-#if HAVE_NEON || ARCH_PPC || HAVE_MMX
+#if HAVE_SIMD_ALIGN_16
# define STRIDE_ALIGN 16
#else
# define STRIDE_ALIGN 8