Hopefully fix build on -CURRENT.

PR:		ports/70613
Submitted by:	Eygene A. Ryabinkin
Approved by:	maintainer
This commit is contained in:
Volker Stolz 2004-08-20 15:50:42 +00:00
parent fec27fdd6d
commit 86ec49024e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116781

View file

@ -136,3 +136,14 @@
#ifdef USE_LIBAVCODEC
--- libavcodec/dsputil.h.orig Thu Jul 15 02:18:47 2004
+++ libavcodec/dsputil.h Thu Aug 19 23:11:22 2004
@@ -554,7 +554,7 @@
return score;\
}
-#ifndef HAVE_LRINTF
+#if !defined(HAVE_LRINTF) && !defined(__FreeBSD__)
/* XXX: add ISOC specific test to avoid specific BSD testing. */
/* better than nothing implementation. */
/* btw, rintf() is existing on fbsd too -- alex */