mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
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)
13 lines
348 B
C
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)
|
|
{
|