enabled speex, fixed SDL_sound and ladspa segfault

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@438 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-12-11 03:18:16 +00:00
parent f9063f9383
commit c6aa917e9c
7 changed files with 37 additions and 16 deletions

View File

@@ -201,8 +201,8 @@ private:
#ifdef SDL_SDL_SOUND_H
f_cnt_t FASTCALL decodeSampleSDL( const char * _f,
int_sample_t * & _buf,
ch_cnt_t & _channels,
sample_rate_t & _sample_rate );
ch_cnt_t _channels,
sample_rate_t _sample_rate );
#endif
#ifdef HAVE_SNDFILE_H
f_cnt_t FASTCALL decodeSampleSF( const char * _f,