Commit 6add8eb2 authored by Michael Niedermayer's avatar Michael Niedermayer

x86/h264dsp_init: put a HAVE_YASM back

Should fix compilation on open solaris
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 17f9626b
......@@ -210,6 +210,7 @@ H264_BIWEIGHT_10_SSE(4, 10)
void ff_h264dsp_init_x86(H264DSPContext *c, const int bit_depth,
const int chroma_format_idc)
{
#if HAVE_YASM
int mm_flags = av_get_cpu_flags();
if (chroma_format_idc == 1 && EXTERNAL_MMXEXT(mm_flags))
......@@ -371,4 +372,5 @@ void ff_h264dsp_init_x86(H264DSPContext *c, const int bit_depth,
}
}
}
#endif
}
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