Hopefully fix build on -CURRENT.
PR: ports/70613 Submitted by: Eygene A. Ryabinkin Approved by: maintainer
This commit is contained in:
parent
fec27fdd6d
commit
86ec49024e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116781
1 changed files with 11 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue