Files
ports/graphics/libflash/files/patch-sound.h
Rong-En Fan 280e67f768 - Fix build with gcc4
PR:   	    	 ports/112977
Submitted by:	 benjsc
Approved by:	 Li-Lun  Wang <llwang at infor.org> (maintainer)
2007-06-21 09:56:40 +00:00

16 lines
559 B
C++

--- lib/sound.h Fri May 25 15:04:22 2007
+++ lib2/sound.h Fri May 25 15:05:20 2007
@@ -103,9 +103,9 @@
long playSounds(); // Actually play sounds of all instances
long fillSoundBuffer(SoundList *, char *buffer, long bufferSize); // Fill sound buffer
private:
- int SoundMixer::Mp3Scale(mad_fixed_t sample);
- void SoundMixer::Mp3Decompress(SoundList *sl);
- void SoundMixer::uninitMp3Sounds(SoundList *sl);
+ int Mp3Scale(mad_fixed_t sample);
+ void Mp3Decompress(SoundList *sl);
+ void uninitMp3Sounds(SoundList *sl);
};
#endif /* _SOUND_H_ */