Commit c0dbab96 authored by Michael Niedermayer's avatar Michael Niedermayer

dirac: ff_diracdsp_init_mmx() is only compiled when yasm is available

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0489af47
......@@ -197,5 +197,5 @@ void ff_diracdsp_init(DiracDSPContext *c)
PIXFUNC(avg, 16);
PIXFUNC(avg, 32);
if (HAVE_MMX) ff_diracdsp_init_mmx(c);
if (HAVE_MMX && HAVE_YASM) ff_diracdsp_init_mmx(c);
}
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