PCM moved out of beatdetect. Only projectM.hpp needs to be included, and even more headers removed from installation

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@530 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
psperl
2007-10-05 17:13:12 +00:00
parent 3b43927cc6
commit 75f2e2a25c
10 changed files with 28 additions and 32 deletions

View File

@ -12,10 +12,7 @@
#include <config.h>
#include <libvisual/libvisual.h>
#include <libprojectM/BeatDetect.hpp>
#include <libprojectM/PCM.hpp>
#include <libprojectM/projectM.hpp>
#include <libprojectM/KeyHandler.hpp>
#include "lvtoprojectM.h"
#include "ConfigFile.h"
@ -234,7 +231,7 @@ extern "C" int lv_projectm_render (VisPluginData *plugin, VisVideo *video, VisAu
addPCM16Data(pcms,512);
*/
priv->PM->beatDetect->pcm->addPCMfloat(*pcm,512);
priv->PM->pcm->addPCMfloat(*pcm,512);
priv->PM->renderFrame();