[Speex-dev] Symbian Speex

Alfred E. Heggestad aeh at db.org
Sat Aug 5 11:23:16 PDT 2006


Ashhar Farhan wrote:
> The symbian port has a problem compiling  with mdf.c (probably not a
> good idea in anycase).


I just compiled speex from svn (rev 11733) with no warnings/errors,
using Series 60 SDK (from 7.0).


however I had to fix this small issue:


Index: libspeex/misc.h
===================================================================
--- libspeex/misc.h     (revision 11733)
+++ libspeex/misc.h     (working copy)
@@ -62,7 +62,7 @@
  #error I suppose you can have a [ARM4/ARM5E/Blackfin] that has float 
instructions?
  #endif
  #ifdef FIXED_POINT_DEBUG
-#error Don't you think enabling fixed-point is a good thing to do if 
you want to debug that?
+#error "Don't you think enabling fixed-point is a good thing to do if 
you want to debug that?"
  #endif



/alfred


More information about the Speex-dev mailing list