Small bugs in r431

mega28

20-01-2014 06:00:27

Just a couple of small bugs in the latest svn revision

1) I don't think their should be any c++ code in OgreOggSoundPrereqs.h, however since there currently is then its missing a #pragama once

2) The file names ogreoggsoundmanager.cpp and ogreoggstreamsound.cpp should be camel cased to match the CMakeLists.txt entries. This prevents compilation under linux.

mega28

20-01-2014 06:36:14

Also the file src/OgreOggSoundPluginDllStart.cpp should be present among the source files list in CMakeLists.txt to use OgreOggSound as a plugin

stickymango

27-01-2014 21:50:56

Thanks for the pointers :wink: