Commit d914ea6f authored by Hendrik Leppkes's avatar Hendrik Leppkes Committed by Diego Biurrun

x86: vp56: cmov version of vp56_rac_get_prob requires inline asm

Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent 42e63ec8
......@@ -24,7 +24,7 @@
#ifndef AVCODEC_X86_VP56_ARITH_H
#define AVCODEC_X86_VP56_ARITH_H
#if HAVE_FAST_CMOV
#if HAVE_INLINE_ASM && HAVE_FAST_CMOV
#define vp56_rac_get_prob vp56_rac_get_prob
static av_always_inline int vp56_rac_get_prob(VP56RangeCoder *c, uint8_t prob)
{
......
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