mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
Use LOCAL_ALIGNED in ff_check_alignment()
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
8342a82680
commit
58d7efdb29
@ -2844,7 +2844,7 @@ av_cold void dsputil_static_init(void)
|
||||
|
||||
int ff_check_alignment(void){
|
||||
static int did_fail=0;
|
||||
DECLARE_ALIGNED(16, int, aligned);
|
||||
LOCAL_ALIGNED_16(int, aligned);
|
||||
|
||||
if((intptr_t)&aligned & 15){
|
||||
if(!did_fail){
|
||||
|
Loading…
x
Reference in New Issue
Block a user