[Speex-dev] To symbian and speex developers! Building instructions
Alfred E. Heggestad
aeh at db.org
Fri Oct 20 08:21:44 PDT 2006
inline.
Сергей Паю wrote:
> Hello to everyone!
>
> During building speex library for Symbian OS I encountered some problems. All thess problems can be solved by modifying the speex sources. I don't have access to SVN repository of speex, so I will just describe the changes to be done:
>
> 1) mmp file in symbian derictory misses windows.c sources. You need to add this string into speex.mmp:
>
> SOURCES windows.c
>
attached is a patch that fixes the symbian build. Payu Sergey, could you please test it?
if it works ok then it would be nice if Jean-Marc could apply it to svn.
> 2) Symbian OS doesn't support static writable data, so you have to modify filters.c sources file. You need to make all global definitions of shift_filt constant. Like this:
>
> const spx_word16_t shift_filt[3][7] = ... (just add 'const')
>
not sure what you mean by "just add const" - could you please send a working
patch to the mailing-list so I could test it ?
/alfred
> Also it will be excellent if somebody can make symbian readme more informative. I think readme file should remind to symbian developer to include speex.lib as STATICLIBRARY reference. Otherwise symbian developer will waste a lot of time trying to find the reasons for linking problems,
>
> Thanks,
> Payu Sergey
> _______________________________________________
> Speex-dev mailing list
> Speex-dev at xiph.org
> http://lists.xiph.org/mailman/listinfo/speex-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: speex-symbian.patch
Type: text/x-patch
Size: 3360 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20061020/2d3a6713/speex-symbian.bin
More information about the Speex-dev
mailing list