diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-04-21 13:07:23 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-04-21 13:07:23 +0000 |
commit | c2902ebdd2f0afbf27998afd98dc20876a812226 (patch) | |
tree | 61d590d42ee6a8e07b926a95cd4125c6af006965 /multimedia/mplayer/files/patch-libfaad2-common.h | |
parent | - Update to 1.43 (diff) |
- Update to 1.0.r20100117
Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer, private e-mail)
Notes
Notes:
svn path=/head/; revision=253004
Diffstat (limited to 'multimedia/mplayer/files/patch-libfaad2-common.h')
-rw-r--r-- | multimedia/mplayer/files/patch-libfaad2-common.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/multimedia/mplayer/files/patch-libfaad2-common.h b/multimedia/mplayer/files/patch-libfaad2-common.h deleted file mode 100644 index 291b429405b8..000000000000 --- a/multimedia/mplayer/files/patch-libfaad2-common.h +++ /dev/null @@ -1,14 +0,0 @@ ---- 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) - { |