Displaying 5 results from an estimated 5 matches for "systeminclude".
2007 Dec 11
0
[PATCH] update symbian build
...speexdsp.lib
+TARGETTYPE lib
+UID 0
+MACRO HAVE_CONFIG_H
+SOURCEPATH ..\libspeex
+SOURCE buffer.c fftwrap.c filterbank.c
+SOURCE jitter.c kiss_fft.c kiss_fftr.c
+SOURCE mdf.c preprocess.c resample.c smallft.c
+USERINCLUDE . ..\include\speex
+SYSTEMINCLUDE \epoc32\include \epoc32\include\libc ..\include
Index: symbian/bld.inf
===================================================================
--- symbian/bld.inf (revision 14293)
+++ symbian/bld.inf (working copy)
@@ -40,6 +40,7 @@
..\include\speex\speex_header.h \epoc32\include\speex\speex_h...
2006 Nov 15
2
[PATCH] symbian port
hi,
this patch should fix the symbian build.
/alfred
-------------- next part --------------
A non-text attachment was scrubbed...
Name: speex-symbian2.patch
Type: text/x-patch
Size: 2669 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20061115/5ac4915e/speex-symbian2.bin
2006 Nov 15
1
[PATCH] symbian port
...modes.c nb_celp.c preprocess.c quant_lsp.c sb_celp.c smallft.c
>> -SOURCE speex.c speex_callbacks.c speex_header.c stereo.c vbr.c vq.c
>> +SOURCE speex.c speex_callbacks.c speex_header.c stereo.c vbr.c vq.c window.c
>> USERINCLUDE . ..\include\speex
>> SYSTEMINCLUDE \epoc32\include \epoc32\include\libc ..\include
>> Index: libspeex/fftwrap.c
>> ===================================================================
>> --- libspeex/fftwrap.c (revision 12114)
>> +++ libspeex/fftwrap.c (working copy)
>> @@ -103,8 +103,9 @@
>> i...
2006 Nov 15
0
[PATCH] symbian port
...> SOURCE modes.c nb_celp.c preprocess.c quant_lsp.c sb_celp.c smallft.c
> -SOURCE speex.c speex_callbacks.c speex_header.c stereo.c vbr.c vq.c
> +SOURCE speex.c speex_callbacks.c speex_header.c stereo.c vbr.c vq.c window.c
> USERINCLUDE . ..\include\speex
> SYSTEMINCLUDE \epoc32\include \epoc32\include\libc ..\include
> Index: libspeex/fftwrap.c
> ===================================================================
> --- libspeex/fftwrap.c (revision 12114)
> +++ libspeex/fftwrap.c (working copy)
> @@ -103,8 +103,9 @@
> if (in==out)
> {
&...
2006 Oct 20
5
To symbian and speex developers! Building instructions
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
2) Symbian OS