[xiph-commits] r17756 - trunk/theora/lib

gmaxwell at svn.xiph.org gmaxwell at svn.xiph.org
Mon Dec 13 22:47:39 PST 2010


Author: gmaxwell
Date: 2010-12-13 22:47:39 -0800 (Mon, 13 Dec 2010)
New Revision: 17756

Modified:
   trunk/theora/lib/mathops.c
Log:
Build fix on Solaris 11. __GNUC_PREREQ was not defined in mathops.h when compiling mathops.c.

Modified: trunk/theora/lib/mathops.c
===================================================================
--- trunk/theora/lib/mathops.c	2010-12-14 03:07:41 UTC (rev 17755)
+++ trunk/theora/lib/mathops.c	2010-12-14 06:47:39 UTC (rev 17756)
@@ -1,5 +1,5 @@
+#include "internal.h"
 #include "mathops.h"
-#include <limits.h>
 
 /*The fastest fallback strategy for platforms with fast multiplication appears
    to be based on de Bruijn sequences~\cite{LP98}.



More information about the commits mailing list