summaryrefslogtreecommitdiff
path: root/libavcodec/x86/vp56_arith.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2012-09-05 19:43:18 +0200
committerDiego Biurrun <diego@biurrun.de>2012-09-05 21:30:46 +0200
commitd914ea6fd87dade00aade52db4407a2656df7a79 (patch)
treef9e187caf80bc733b352735290c5691f5532032e /libavcodec/x86/vp56_arith.h
parent42e63ec8dce6b3940153277aee619ba10ff33e59 (diff)
x86: vp56: cmov version of vp56_rac_get_prob requires inline asm
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/x86/vp56_arith.h')
-rw-r--r--libavcodec/x86/vp56_arith.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/vp56_arith.h b/libavcodec/x86/vp56_arith.h
index be2dd30b8d..0a693684af 100644
--- a/libavcodec/x86/vp56_arith.h
+++ b/libavcodec/x86/vp56_arith.h
@@ -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)
{