Use LOCAL_ALIGNED in ff_check_alignment()

Signed-off-by: Mans Rullgard <mans@mansr.com>
pull/2/head
Mans Rullgard 14 years ago
parent 8342a82680
commit 58d7efdb29
  1. 2
      libavcodec/dsputil.c

@ -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…
Cancel
Save