60531e216e
* Totally replaced audio core code with SSM plugin code, modified for static linking. * Uses 32bit floating point format internally. * New midi device handling. * New OSS output code. * New funky sliders. * Updated for fltk 1.1.0
14 lines
371 B
Text
14 lines
371 B
Text
$NetBSD: patch-am,v 1.1 2004/11/25 17:24:27 ben Exp $
|
|
|
|
--- SpiralSound/Output.C.orig Sun Jun 2 13:58:06 2002
|
|
+++ SpiralSound/Output.C
|
|
@@ -20,6 +20,9 @@
|
|
#define _ISOC99_SOURCE 1
|
|
#include <math.h>
|
|
#include "Output.h"
|
|
+#ifndef lrintf
|
|
+#define lrintf(x) ((long)rintf(x))
|
|
+#endif
|
|
|
|
#define CHECK_AND_REPORT_ERROR if (result<0) \
|
|
{ \
|