ports/multimedia/mplayer/files/patch-libfaad2-common.h
Pav Lucistnik 6481c738bf o Integration of pr 78670, including introduction of
files/patch-libfaad2-common.h
o Remove explicitly disabling real codecs as they can be manually added
  after installation if root really wants to (reported by Scott Lipcon
  <scott@libcon.org>)
o Fix mplayer's x264 lib support is older than the version provided by
  the ports tree as of today. Including new patchfile
  files/patch-libmpcodecs-ve_x264.c
  (by Bruce M. Simpson <bms@spc.org>)

Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
2005-03-14 23:07:15 +00:00

13 lines
348 B
C

--- libfaad2/common.h.orig Thu Mar 10 15:33:19 2005
+++ libfaad2/common.h Thu Mar 10 15:34:38 2005
@@ -328,7 +328,9 @@
}
- #if defined(_WIN32) && !defined(__MINGW32__)
+ #if defined(HAVE_LRINTF)
+ #define HAS_LRINTF
+ #elif defined(_WIN32) && !defined(__MINGW32__)
#define HAS_LRINTF
static INLINE int lrintf(float f)
{