--- libmustux-0.20.2/MustuxAudioDeviceMapper.hh 2003-10-31 20:41:47.000000000 +0000 +++ libmustux-0.20.2-gcc4/MustuxAudioDeviceMapper.hh 2005-10-25 11:18:10.000000000 +0000 @@ -160,7 +160,7 @@ int find_bus_out(int rate, int bitDepth, int channels); int find_bus_in(int rate, int bitDepth, int channels); - snd_pcm_format_t MustuxAudioDeviceMapper::get_format(int bitDepht); + snd_pcm_format_t get_format(int bitDepht); }; #include "MustuxAudioBus.hh" --- libmustux-0.20.2/MustuxFft.hh 2003-10-06 18:14:11.000000000 +0000 +++ libmustux-0.20.2-gcc4/MustuxFft.hh 2005-10-25 11:25:23.000000000 +0000 @@ -12,7 +12,7 @@ { public : - static const float NORMALIZATION_FACTOR = 50.0; // EMPIRIC.. FOR A STATIC 440 SINOIDE WAVE WITH MAX APLITUDE , THE POWER SPECTRUM WAS 8800. This way, it becomes 100 in the normalization. +// const float NORMALIZATION_FACTOR = 50.0; // EMPIRIC.. FOR A STATIC 440 SINOIDE WAVE WITH MAX APLITUDE , THE POWER SPECTRUM WAS 8800. This way, it becomes 100 in the normalization. MustuxFft(int pSize, int pWinType = 1, int pSampleRate=44100); ~MustuxFft(); --- libmustux-0.20.2/MustuxFft.cc 2003-10-06 18:14:11.000000000 +0000 +++ libmustux-0.20.2-gcc4/MustuxFft.cc 2005-10-25 11:24:25.000000000 +0000 @@ -13,7 +13,7 @@ #include #include - +static const float NORMALIZATION_FACTOR = 50.0; unsigned MustuxFft::numberOfBitsNeeded ( unsigned param ) {