mirror of https://git.ffmpeg.org/ffmpeg.git
dirac: enable ff_spatial_idwt_init_mmx()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e8b891b7f0
commit
0bc5677e98
|
@ -1348,7 +1348,7 @@ int ff_spatial_idwt_init2(DWTContext *d, IDWTELEM *buffer, int width, int height
|
|||
return -1;
|
||||
}
|
||||
|
||||
/////MMX_DISABLE if (HAVE_MMX) ff_spatial_idwt_init_mmx(d, type);
|
||||
if (HAVE_MMX) ff_spatial_idwt_init_mmx(d, type);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue