gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog server/parser/shape_character_d...


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog server/parser/shape_character_d...
Date: Sat, 17 Nov 2007 16:21:07 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/11/17 16:21:06

Modified files:
        .              : ChangeLog 
        server/parser  : shape_character_def.cpp 

Log message:
        Make IRIX happy, by defining round as extern.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4891&r2=1.4892
http://cvs.savannah.gnu.org/viewcvs/gnash/server/parser/shape_character_def.cpp?cvsroot=gnash&r1=1.50&r2=1.51

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4891
retrieving revision 1.4892
diff -u -b -r1.4891 -r1.4892
--- ChangeLog   17 Nov 2007 12:21:30 -0000      1.4891
+++ ChangeLog   17 Nov 2007 16:21:06 -0000      1.4892
@@ -1,3 +1,7 @@
+2007-11-17 Markus Gothe <address@hidden>
+
+       * server/parser/shape_character_def.cpp: Make IRIX happy.
+
 2007-11-17 Sandro Santilli <address@hidden>
 
        * testsuite/swfdec/Makefile.am: more splitting, each group

Index: server/parser/shape_character_def.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/parser/shape_character_def.cpp,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- server/parser/shape_character_def.cpp       12 Nov 2007 19:24:28 -0000      
1.50
+++ server/parser/shape_character_def.cpp       17 Nov 2007 16:21:06 -0000      
1.51
@@ -17,7 +17,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-/* $Id: shape_character_def.cpp,v 1.50 2007/11/12 19:24:28 udog Exp $ */
+/* $Id: shape_character_def.cpp,v 1.51 2007/11/17 16:21:06 nihilus Exp $ */
 
 // Based on the public domain shape.cpp of Thatcher Ulrich <address@hidden> 
2003
 
@@ -36,6 +36,11 @@
 #include <cfloat>
 #include <algorithm>
 
+#ifdef __sgi
+extern double round(double);
+#pragma optional round
+#endif
+
 // Define the macro below to always compute bounds for shape characters
 // and compare them with the bounds encoded in the SWF
 //#define GNASH_DEBUG_SHAPE_BOUNDS 1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]