Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 472070 Details for
Bug 617954
media-sound/jack2 fails to build: common/memops.c.32.o: In function `sample_move_dither_tri_d16_sS': memops.c:(.text+0x1495): undefined reference to `fast_rand'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
static inline patch
00-static-inline-fast-rand.patch (text/plain), 314 bytes, created by
Anton Gubarkov
on 2017-05-09 11:24:31 UTC
(
hide
)
Description:
static inline patch
Filename:
MIME Type:
Creator:
Anton Gubarkov
Created:
2017-05-09 11:24:31 UTC
Size:
314 bytes
patch
obsolete
>--- a/common/memops.c 2014-07-18 16:28:12.000000000 +0400 >+++ b/commmon/memops.c 2017-05-09 14:14:18.481470906 +0300 >@@ -198,7 +198,7 @@ > */ > static unsigned int seed = 22222; > >-inline unsigned int fast_rand() { >+static inline unsigned int fast_rand() { > seed = (seed * 96314165) + 907633515; > return seed; > }
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 617954
:
472062
| 472070