Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 899764
Collapse All | Expand All

(-)a/lib-src/libnyquist/nyquist/nyqstk/include/Stk.h (-4 / +1 lines)
Lines 47-52 Link Here
47
#endif
47
#endif
48
48
49
#include <stddef.h>
49
#include <stddef.h>
50
#include <stdint.h>
50
#include <string>
51
#include <string>
51
#include <iostream>
52
#include <iostream>
52
#include <sstream>
53
#include <sstream>
Lines 355-364 Link Here
355
typedef signed int SINT32;
356
typedef signed int SINT32;
356
typedef float FLOAT32;
357
typedef float FLOAT32;
357
typedef double FLOAT64;
358
typedef double FLOAT64;
358
// added by RBD
359
#ifdef __linux__
360
#define intptr_t long
361
#endif
362
359
363
// The default sampling rate.
360
// The default sampling rate.
364
const StkFloat SRATE = 44100.0;
361
const StkFloat SRATE = 44100.0;

Return to bug 899764