FreeBSD Bugzilla – Attachment 74749 Details for
Bug 108065
[PATCH] audio/x11amp: fix build with gcc41
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
x11amp-0.9.b1.1_3.patch
x11amp-0.9.b1.1_3.patch (text/plain), 844 bytes, created by
trasz
on 2007-01-18 00:40:15 UTC
(
hide
)
Description:
x11amp-0.9.b1.1_3.patch
Filename:
MIME Type:
Creator:
trasz
Created:
2007-01-18 00:40:15 UTC
Size:
844 bytes
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/audio/x11amp/files/patch-x11amp-input.c /home/trasz/x11amp/files/patch-x11amp-input.c >--- /usr/ports/audio/x11amp/files/patch-x11amp-input.c Thu Jan 1 01:00:00 1970 >+++ /home/trasz/x11amp/files/patch-x11amp-input.c Thu Jan 18 01:38:35 2007 >@@ -0,0 +1,13 @@ >+--- x11amp/input.c.orig Thu Jan 18 01:29:04 2007 >++++ x11amp/input.c Thu Jan 18 01:30:03 2007 >+@@ -650,8 +650,8 @@ >+ #define LOG2_N_WAVE 10 /* log2(N_WAVE) */ >+ #define N_LOUD 100 /* dimension of Loudampl[] */ >+ >+-extern fixed Sinewave[N_WAVE]; /* placed at end of this file for clarity */ >+-extern fixed Loudampl[N_LOUD]; >++static fixed Sinewave[N_WAVE]; /* placed at end of this file for clarity */ >++static fixed Loudampl[N_LOUD]; >+ static int db_from_ampl(fixed re, fixed im); >+ static fixed fix_mpy(fixed a, fixed b); >+
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 108065
: 74749