gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12010: Put a load of headers back i


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12010: Put a load of headers back in so Gnash builds.
Date: Wed, 10 Mar 2010 20:04:09 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12010
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Wed 2010-03-10 20:04:09 +0100
message:
  Put a load of headers back in so Gnash builds.
modified:
  libbase/noseek_fd_adapter.h
  libcore/AMFConverter.cpp
  libcore/ExportableResource.h
  libcore/Geometry.cpp
  libcore/InteractiveObject.h
  libcore/abc/Method.cpp
  libcore/swf/DefineTextTag.cpp
  libcore/vm/Machine.h
  libcore/vm/VM.h
  libmedia/ffmpeg/VideoInputFfmpeg.h
=== modified file 'libbase/noseek_fd_adapter.h'
--- a/libbase/noseek_fd_adapter.h       2010-03-10 16:37:25 +0000
+++ b/libbase/noseek_fd_adapter.h       2010-03-10 19:04:09 +0000
@@ -43,7 +43,7 @@
 /// Specify a cachefilename if you want to be able to access
 /// the full cache after deletion of the returned IOChannel.
 ///
-DSOEXPORT IOChannel* make_stream(int fd, const char* cachefilename=NULL);
+DSOEXPORT IOChannel* make_stream(int fd, const char* cachefilename = 0);
 
 } // namespace gnash::noseek_fd_adapter
 } // namespace gnash

=== modified file 'libcore/AMFConverter.cpp'
--- a/libcore/AMFConverter.cpp  2010-02-20 07:55:10 +0000
+++ b/libcore/AMFConverter.cpp  2010-03-10 19:04:09 +0000
@@ -30,6 +30,8 @@
 #include "Date_as.h"
 #include "xml/XMLDocument_as.h"
 #include "Array_as.h"
+#include "Global_as.h"
+#include "fn_call.h"
 
 // Define this macro to make AMF parsing verbose
 //#define GNASH_DEBUG_AMF_DESERIALIZE 1

=== modified file 'libcore/ExportableResource.h'
--- a/libcore/ExportableResource.h      2010-03-10 16:13:07 +0000
+++ b/libcore/ExportableResource.h      2010-03-10 19:04:09 +0000
@@ -20,6 +20,7 @@
 #define GNASH_RESOURCE_H
 
 #include "ref_counted.h" // for inheritance
+#include "smart_ptr.h"
 
 namespace gnash {
 

=== modified file 'libcore/Geometry.cpp'
--- a/libcore/Geometry.cpp      2010-01-21 00:13:51 +0000
+++ b/libcore/Geometry.cpp      2010-03-10 19:04:09 +0000
@@ -18,6 +18,7 @@
 
 #include <cmath>
 #include "Geometry.h"
+#include "log.h"
 
 namespace gnash {
 namespace geometry {

=== modified file 'libcore/InteractiveObject.h'
--- a/libcore/InteractiveObject.h       2010-01-11 06:41:38 +0000
+++ b/libcore/InteractiveObject.h       2010-03-10 19:04:09 +0000
@@ -21,6 +21,7 @@
 
 #include "smart_ptr.h" // GNASH_USE_GC
 #include "DisplayObject.h" // for inheritance
+#include "log.h"
 
 #include <cassert>
 

=== modified file 'libcore/abc/Method.cpp'
--- a/libcore/abc/Method.cpp    2010-01-28 13:15:14 +0000
+++ b/libcore/abc/Method.cpp    2010-03-10 19:04:09 +0000
@@ -25,6 +25,7 @@
 #include "abc_function.h"
 #include "Global_as.h"
 #include "VM.h"
+#include "namedStrings.h"
 
 #include <boost/bind.hpp>
 

=== modified file 'libcore/swf/DefineTextTag.cpp'
--- a/libcore/swf/DefineTextTag.cpp     2010-01-18 06:36:21 +0000
+++ b/libcore/swf/DefineTextTag.cpp     2010-03-10 19:04:09 +0000
@@ -28,6 +28,7 @@
 #include "StaticText.h"
 #include "GnashAlgorithm.h"
 #include "Global_as.h"
+#include "movie_definition.h"
 
 #include <algorithm>
 #include <numeric>

=== modified file 'libcore/vm/Machine.h'
--- a/libcore/vm/Machine.h      2010-01-01 17:48:26 +0000
+++ b/libcore/vm/Machine.h      2010-03-10 19:04:09 +0000
@@ -27,6 +27,7 @@
 #include "as_environment.h"
 #include "VM.h"
 #include "fn_call.h"
+#include "log.h"
 
 namespace gnash {
     namespace abc {

=== modified file 'libcore/vm/VM.h'
--- a/libcore/vm/VM.h   2010-03-10 16:13:07 +0000
+++ b/libcore/vm/VM.h   2010-03-10 19:04:09 +0000
@@ -28,6 +28,7 @@
 #include "string_table.h"
 #include "SafeStack.h"
 #include "CallStack.h"
+#include "smart_ptr.h"
 
 #include <memory> 
 #include <locale>

=== modified file 'libmedia/ffmpeg/VideoInputFfmpeg.h'
--- a/libmedia/ffmpeg/VideoInputFfmpeg.h        2010-02-17 02:31:29 +0000
+++ b/libmedia/ffmpeg/VideoInputFfmpeg.h        2010-03-10 19:04:09 +0000
@@ -20,6 +20,7 @@
 #define GNASH_VIDEOINPUTFFMPEG_H
 
 #include <boost/cstdint.hpp> // for C99 int types
+#include <vector>
 #include "VideoInput.h"
 
 namespace gnash {


reply via email to

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