Commit 915ec91e authored by Michael Niedermayer's avatar Michael Niedermayer

libavcodec/x86/h264dsp_mmx.c: add forgotten HAVE_YASM

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 63bfee87
......@@ -275,7 +275,7 @@ LF_IFUNC(v, chroma_intra, depth, avx)
LF_FUNCS( uint8_t, 8)
LF_FUNCS(uint16_t, 10)
#if ARCH_X86_32
#if ARCH_X86_32 && HAVE_YASM
LF_FUNC (v8, luma, 8, mmxext)
static void ff_deblock_v_luma_8_mmxext(uint8_t *pix, int stride, int alpha, int beta, int8_t *tc0)
{
......
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