[xiph-commits] r10333 - trunk/theora/symbian

conrad at svn.xiph.org conrad at svn.xiph.org
Thu Nov 3 21:56:03 PST 2005


Author: conrad
Date: 2005-11-03 21:56:01 -0800 (Thu, 03 Nov 2005)
New Revision: 10333

Modified:
   trunk/theora/symbian/config.h
Log:
updated Symbian build for inverted DISABLE_FLOAT option.
Patch from Jeremy Lee

Modified: trunk/theora/symbian/config.h
===================================================================
--- trunk/theora/symbian/config.h	2005-11-04 04:13:48 UTC (rev 10332)
+++ trunk/theora/symbian/config.h	2005-11-04 05:56:01 UTC (rev 10333)
@@ -39,7 +39,7 @@
 
 /* Do not build floating point code */
 
-#define THEORA_SUPPORT_FLOAT 0
+#define	THEORA_DISABLE_FLOAT 1
 
 #ifdef __WINS__
 



More information about the commits mailing list