Commit of projectM-wmp and GLEW (for building on win32).

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@483 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
psperl
2007-09-26 20:41:48 +00:00
parent 87e78290ae
commit 7d351e4d2a
564 changed files with 48184 additions and 38 deletions

View File

@ -190,10 +190,10 @@ void PCM::addPCM16(short PCMdata[2][512])
}
void PCM::addPCM8( unsigned char PCMdata[2][512])
void PCM::addPCM8( unsigned char PCMdata[2][1024])
{
int i,j;
int samples=512;
int samples=1024;
for(i=0;i<samples;i++)