Commit b84c9cf7 authored by Michael Niedermayer's avatar Michael Niedermayer

dct-test: fix #if for ff_prores_idct_put_10_sse2()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 7b0d3625
......@@ -99,7 +99,7 @@ static const struct algo fdct_tab[] = {
{ 0 }
};
#if HAVE_MMX && HAVE_YASM
#if ARCH_X86_64 && HAVE_MMX && HAVE_YASM
void ff_prores_idct_put_10_sse2(uint16_t *dst, int linesize,
DCTELEM *block, int16_t *qmat);
......
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