gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libbase/utility.h [gnash_0_8_3_branch]


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog libbase/utility.h [gnash_0_8_3_branch]
Date: Thu, 05 Jun 2008 15:41:12 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         gnash_0_8_3_branch
Changes by:     Benjamin Wolsey <bwy>   08/06/05 15:41:12

Modified files:
        .              : ChangeLog 
        libbase        : utility.h 

Log message:
        Include gnashconfig.h

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=gnash_0_8_3_branch&r1=1.6573.2.47&r2=1.6573.2.48
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/utility.h?cvsroot=gnash&only_with_tag=gnash_0_8_3_branch&r1=1.49.2.2&r2=1.49.2.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6573.2.47
retrieving revision 1.6573.2.48
diff -u -b -r1.6573.2.47 -r1.6573.2.48
--- ChangeLog   4 Jun 2008 00:15:06 -0000       1.6573.2.47
+++ ChangeLog   5 Jun 2008 15:41:11 -0000       1.6573.2.48
@@ -1,3 +1,7 @@
+2008-06-05 Benjamin Wolsey <address@hidden>
+
+        * libbase/utility.h: include gnashconfig.h.
+
 2008-06-03 Russ Nelson <address@hidden>
 
        * Apply patch #6533, adds autoresample to the gstreamer pipeline.

Index: libbase/utility.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/utility.h,v
retrieving revision 1.49.2.2
retrieving revision 1.49.2.3
diff -u -b -r1.49.2.2 -r1.49.2.3
--- libbase/utility.h   29 May 2008 15:11:57 -0000      1.49.2.2
+++ libbase/utility.h   5 Jun 2008 15:41:12 -0000       1.49.2.3
@@ -21,8 +21,8 @@
 #ifndef UTILITY_H
 #define UTILITY_H
 
-//#include "tu_config.h"
-
+// For HAVE_FINITE, WIN32, HAVE_PTHREADS, NDEBUG etc.
+#include "gnashconfig.h" 
 #include <cassert>
 #include <cctype>
 #include <string>




reply via email to

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