[osg-users] [osgPlugins] is osgAudio working with latest Fmod ?

2014-03-19 Thread Petr Svoboda
Hi, I'm trying to compile osgAudio plugin but there are some compilation errors related to Fmod /home/petr/Plocha/osgAudio_02_00_00/src/osgAudio/BackendFMOD/AudioEnvironmentFMOD.cpp:40:2: error: ‘FMOD_3D_LOGROLLOFF’ was not declared in this scope

Re: [osg-users] [osgPlugins] is osgAudio working with latest Fmod ?

2014-03-19 Thread Chris Hanson
I have not tested it with recent builds of FMOD. It's possible FMOD has removed some capabilities like 3D LOG ROLLOFF. In that case, you might need to #ifdef out some code to get it to compile. On Wed, Mar 19, 2014 at 10:52 AM, Petr Svoboda upd...@seznam.cz wrote: Hi, I'm trying to compile