summaryrefslogtreecommitdiff
path: root/libs/fluidsynth/src/fluid_phase.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-11-23 14:36:52 +0100
committerRobin Gareus <robin@gareus.org>2018-11-23 16:05:19 +0100
commit8c4c97d1e2f3e4701de099edd836c81c31f2744c (patch)
tree38f788b739f2f3c8d47e0558cc3d681d9470db0e /libs/fluidsynth/src/fluid_phase.h
parentf28b03c305229b0de657e9a767b193b45ca9433a (diff)
Update Fluidsynth to v2.0.2
Diffstat (limited to 'libs/fluidsynth/src/fluid_phase.h')
-rw-r--r--libs/fluidsynth/src/fluid_phase.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/fluidsynth/src/fluid_phase.h b/libs/fluidsynth/src/fluid_phase.h
index 08975cbb17..44df6b249f 100644
--- a/libs/fluidsynth/src/fluid_phase.h
+++ b/libs/fluidsynth/src/fluid_phase.h
@@ -22,8 +22,6 @@
#ifndef _FLUID_PHASE_H
#define _FLUID_PHASE_H
-#include "config.h"
-
/*
* phase
*/
@@ -31,7 +29,7 @@
#define FLUID_INTERP_BITS 8
#define FLUID_INTERP_BITS_MASK 0xff000000
#define FLUID_INTERP_BITS_SHIFT 24
-#define FLUID_INTERP_MAX 256
+
#define FLUID_FRACT_MAX ((double)4294967296.0)