Commit 0bc5677e authored by Michael Niedermayer's avatar Michael Niedermayer

dirac: enable ff_spatial_idwt_init_mmx()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e8b891b7
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment