diff options
author | Monty Brandenberg <monty@lindenlab.com> | 2014-03-14 19:48:35 -0400 |
---|---|---|
committer | Monty Brandenberg <monty@lindenlab.com> | 2014-03-14 19:48:35 -0400 |
commit | 4f565ed077058cd3ce90ffd347c4a8346d734dbd (patch) | |
tree | 8f255e8ccb393ba3bc2ea4a26d3d2dca3f26b2da /indra/llaudio/llaudioengine_fmodex.h | |
parent | 9c29000ba2f8192985ad0bf20889739ad12dd569 (diff) |
Update fmodex to 4.44.31. Move DSP descriptor to heap storage.
Diffstat (limited to 'indra/llaudio/llaudioengine_fmodex.h')
-rw-r--r-- | indra/llaudio/llaudioengine_fmodex.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llaudio/llaudioengine_fmodex.h b/indra/llaudio/llaudioengine_fmodex.h index 415a9ed0ef..ca9a6c0df0 100644 --- a/indra/llaudio/llaudioengine_fmodex.h +++ b/indra/llaudio/llaudioengine_fmodex.h @@ -5,7 +5,7 @@ * * $LicenseInfo:firstyear=2002&license=viewerlgpl$ * Second Life Viewer Source Code - * Copyright (C) 2010, Linden Research, Inc. + * Copyright (C) 2014, Linden Research, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -74,6 +74,7 @@ protected: LLWindGen<MIXBUFFERFORMAT> *mWindGen; + FMOD_DSP_DESCRIPTION mWindDSPDesc; FMOD::DSP *mWindDSP; FMOD::System *mSystem; bool mEnableProfiler; |