summaryrefslogtreecommitdiff
path: root/multimedia/avidemux/patches/patch-ab
blob: 39725a2b7809e9ff902a34b7897620de5c63e79f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 2004/03/11 10:53:05 jmmv Exp $

--- adm_lavcodec/dsputil.h.orig	2003-09-16 19:52:00.000000000 +0200
+++ adm_lavcodec/dsputil.h
@@ -477,7 +477,7 @@ static int name16(void /*MpegEncContext*
           +name8(s, dst+8+8*stride, src+8+8*stride, stride);\
 }
 
-#ifndef HAVE_LRINTF
+#if defined(USE_MMX) && !defined(HAVE_LRINTF)
 /* XXX: add ISOC specific test to avoid specific BSD testing. */
 /* better than nothing implementation. */
 /* btw, rintf() is existing on fbsd too -- alex */