build: Add define for SIMD extensions requiring 16-byte aligned buffers

This commit is contained in:
Diego Biurrun
2014-07-21 13:58:55 -07:00
parent 67bc1ba5d7
commit eba2233b58
2 changed files with 4 additions and 4 deletions

View File

@@ -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