openbsd-ports/graphics/ffmpeg/patches/patch-libavcodec_x86_vp56_arith_h
2011-03-29 20:01:43 +00:00

13 lines
471 B
Plaintext

$OpenBSD: patch-libavcodec_x86_vp56_arith_h,v 1.1 2011/03/29 20:01:43 edd Exp $
--- libavcodec/x86/vp56_arith.h.orig Mon Mar 7 00:53:24 2011
+++ libavcodec/x86/vp56_arith.h Mon Mar 7 00:53:48 2011
@@ -24,7 +24,7 @@
#ifndef AVCODEC_X86_VP56_ARITH_H
#define AVCODEC_X86_VP56_ARITH_H
-#if HAVE_FAST_CMOV
+#if HAVE_FAST_CMOV && !ARCH_X86_64
#define vp56_rac_get_prob vp56_rac_get_prob
static av_always_inline int vp56_rac_get_prob(VP56RangeCoder *c, uint8_t prob)
{