ports/multimedia/mplayer/files/patch-libfaad2-common.h
Ion-Mihai Tetcu 326e416cf0 - Update to the latest mplayer release, 1.0pre8.
- OPTIONify
- Due to some changes in the official developent tree, some of our local
patches became obsolete and where removed.

PR:		ports/99871
Submitted by:	maintainer
2006-07-12 01:53:07 +00:00

14 lines
442 B
C

--- libfaad2/common.h.orig Thu Jun 15 10:39:27 2006
+++ libfaad2/common.h Thu Jun 15 10:40:18 2006
@@ -318,8 +318,9 @@
*y2 = MUL_F(x2, c1) - MUL_F(x1, c2);
}
-
- #if defined(_WIN32) && !defined(__MINGW32__) && !defined(HAVE_LRINTF)
+ #if defined(HAVE_LRINTF)
+ #define HAS_LRINTF
+ #elif defined(_WIN32) && !defined(__MINGW32__) && !defined(HAVE_LRINTF)
#define HAS_LRINTF
static INLINE int lrintf(float f)
{