search for: lbr_48k_tabels

Displaying 2 results from an estimated 2 matches for "lbr_48k_tabels".

2006 Oct 11
2
Symbian port
A couple of things to be noted on the symbian port. 1. the spokn.mmp file is missing window.c, please add that. 2. smallft.c is not required. it has global data that prevents compilation on symbian. 3. lbr_48k_tabels.c has a global variable called dummy_epic_48k_variable on line 37. this has to be commneted out too. 4. check that all tables are declared const. i will shortly post the symbian build file (speex.mmp) that will work with 1.1.12. - farhan
2006 Oct 11
0
Symbian port
.... On Wed, Oct 11, 2006 at 10:02:03PM +0000, Ashhar Farhan wrote: > A couple of things to be noted on the symbian port. > > 1. the spokn.mmp file is missing window.c, please add that. > 2. smallft.c is not required. it has global data that prevents compilation > on symbian. > 3. lbr_48k_tabels.c has a global variable called dummy_epic_48k_variable > on line 37. this has to be commneted out too. > 4. check that all tables are declared const. > > i will shortly post the symbian build file (speex.mmp) that will work with > 1.1.12. > > - farhan > _________________...