Commit ef47c608 authored by Elvis Presley's avatar Elvis Presley Committed by Michael Niedermayer

x86/proresdsp-init: add forgotten HAVE_YASM

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent d186019e
......@@ -31,7 +31,7 @@ void ff_prores_idct_put_10_avx (uint16_t *dst, int linesize,
void ff_proresdsp_x86_init(ProresDSPContext *dsp)
{
#if ARCH_X86_64
#if ARCH_X86_64 && HAVE_YASM
int flags = av_get_cpu_flags();
if (flags & AV_CPU_FLAG_SSE2) {
......
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