From: Elvis Presley Date: Wed, 12 Oct 2011 16:07:20 +0000 (+0200) Subject: x86/proresdsp-init: add forgotten HAVE_YASM X-Git-Tag: android-x86-4.4-r1~15609 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ef47c608be2dbfa19f16073f205e5946cb3c8225;p=android-x86%2Fexternal-ffmpeg.git x86/proresdsp-init: add forgotten HAVE_YASM Signed-off-by: Michael Niedermayer --- diff --git a/libavcodec/x86/proresdsp-init.c b/libavcodec/x86/proresdsp-init.c index 9760105ab6..ef5389c05e 100644 --- a/libavcodec/x86/proresdsp-init.c +++ b/libavcodec/x86/proresdsp-init.c @@ -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) {