FreeBSD Bugzilla – Attachment 65574 Details for
Bug 97131
[PATCH] multimedia/x264 does not compile on FreeBSD 4.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 430 bytes, created by
Sven Berkvens-Matthijsse
on 2006-05-11 12:50:15 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sven Berkvens-Matthijsse
Created:
2006-05-11 12:50:15 UTC
Size:
430 bytes
patch
obsolete
>--- encoder/ratecontrol.c.orig Thu May 11 13:35:36 2006 >+++ encoder/ratecontrol.c Thu May 11 13:36:57 2006 >@@ -38,6 +38,9 @@ > #if defined(SYS_FREEBSD) || defined(SYS_BEOS) || defined(SYS_NETBSD) > #define exp2f(x) powf( 2, (x) ) > #endif >+#if defined(__FreeBSD__) && (__FreeBSD__ < 5) >+#define isfinite(val) (!isnan((val)) && !isinf((val))) >+#endif > #if defined(SYS_MACOSX) > #define exp2f(x) (float)pow( 2, (x) ) > #define sqrtf sqrt
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 97131
: 65574