diff options
author | J08nY <johny@neuromancer.sk> | 2016-06-19 14:50:29 +0200 |
---|---|---|
committer | J08nY <johny@neuromancer.sk> | 2016-06-19 15:37:49 +0200 |
commit | 644e9076bbb0daf5e137fae2acad774c6fd3dc49 (patch) | |
tree | c19280085b3c79e2e1c7ab1169937e53ea3406fd /drivers/vorbis/window.c | |
parent | 98f23d27a4ffda0828a72108c00178fe1d8d2c3f (diff) |
libvorbis: New version 1.3.5
Diffstat (limited to 'drivers/vorbis/window.c')
-rw-r--r-- | drivers/vorbis/window.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/vorbis/window.c b/drivers/vorbis/window.c index efebbfa8a0..0305b79297 100644 --- a/drivers/vorbis/window.c +++ b/drivers/vorbis/window.c @@ -11,7 +11,7 @@ ******************************************************************** function: window functions - last mod: $Id: window.c 16227 2009-07-08 06:58:46Z xiphmont $ + last mod: $Id: window.c 19028 2013-12-02 23:23:39Z tterribe $ ********************************************************************/ @@ -19,6 +19,7 @@ #include <math.h> #include "os.h" #include "misc.h" +#include "window.h" static const float vwin64[32] = { 0.0009460463F, 0.0085006468F, 0.0235352254F, 0.0458950567F, |