X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ffmpeg%2Flibavcodec%2Fdirac_arith.h;h=003430a48d11c01613d456e47f89bfb680bf31ac;hb=8fd34b4a89bf48bd51f52d72b09a8ae21a73b1df;hp=a1fa96b5bca3b0b77f06821aea07056e13ec06af;hpb=2ba45a602cbfa7b771effba9b11bb4245c21bc00;p=deb_ffmpeg.git diff --git a/ffmpeg/libavcodec/dirac_arith.h b/ffmpeg/libavcodec/dirac_arith.h index a1fa96b..003430a 100644 --- a/ffmpeg/libavcodec/dirac_arith.h +++ b/ffmpeg/libavcodec/dirac_arith.h @@ -135,7 +135,7 @@ static inline int dirac_get_arith_bit(DiracArith *c, int ctx) range_times_prob = (c->range * prob_zero) >> 16; -#if HAVE_FAST_CMOV && HAVE_INLINE_ASM && HAVE_6REGS +#if ARCH_X86 && HAVE_FAST_CMOV && HAVE_INLINE_ASM && HAVE_6REGS low -= range_times_prob << 16; range -= range_times_prob; bit = 0;