gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog configure.ac


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog configure.ac
Date: Mon, 02 Jul 2007 16:31:22 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/07/02 16:31:22

Modified files:
        .              : ChangeLog configure.ac 

Log message:
                * configure.ac: add --enable-fps-debug switch to define
                  GNASH_FPS_DEBUG macro, to use for fuzy speed profiling.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3636&r2=1.3637
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.345&r2=1.346

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3636
retrieving revision 1.3637
diff -u -b -r1.3636 -r1.3637
--- ChangeLog   2 Jul 2007 14:42:07 -0000       1.3636
+++ ChangeLog   2 Jul 2007 16:31:21 -0000       1.3637
@@ -1,3 +1,8 @@
+2007-07-02 Sandro Santilli <address@hidden>
+
+       * configure.ac: add --enable-fps-debug switch to define
+         GNASH_FPS_DEBUG macro, to use for fuzy speed profiling.
+
 2007-07-02 Tomas Groth Christensen <address@hidden>
 
        * server/parser/sprite_definition.h: Allow soundsamples to be added

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.345
retrieving revision 1.346
diff -u -b -r1.345 -r1.346
--- configure.ac        1 Jul 2007 10:53:46 -0000       1.345
+++ configure.ac        2 Jul 2007 16:31:21 -0000       1.346
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.345 2007/07/01 10:53:46 bjacques Exp $
+dnl $Id: configure.ac,v 1.346 2007/07/02 16:31:21 strk Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -123,6 +123,12 @@
 
 AC_ARG_WITH(top_level, AC_HELP_STRING([--with-top-level], [top level directory 
for cross compiling files]), with_top_level=${withval})
 
+AC_ARG_ENABLE(fps-debug,
+  AC_HELP_STRING([--enable-fps-debug],[Enable FPS debugging code]),
+[case "${enableval}" in
+  yes) AC_DEFINE([GNASH_FPS_DEBUG], [1], [Enable FPS debugging code])
+esac])
+
 AC_ARG_WITH(cpu,
   AC_HELP_STRING([--with-cpu],[specify a cpu when cross compiling.]),
   [case "${withval}" in




reply via email to

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