mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
dirac: ff_diracdsp_init_mmx() is only compiled when yasm is available
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0489af478e
commit
c0dbab964d
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user