gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] build fixes for gcc 4.3


From: Takashi Iwai
Subject: [Gnash-dev] build fixes for gcc 4.3
Date: Tue, 23 Oct 2007 16:53:00 +0200
User-agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (Sanjō) APEL/10.6 MULE XEmacs/21.5 (beta28) (fuki) (+CVS-20070806) (i386-suse-linux)

Hi,

below is simple fixes to build gnash (as of today's cvs) with gcc
4.3.  Simply adding the missing header inclusions.


Takashi


--- plugin/plugin.cpp-dist      2007-10-23 15:40:49.000000000 +0200
+++ plugin/plugin.cpp   2007-10-23 15:47:14.000000000 +0200
@@ -60,6 +60,7 @@
 #include <string>
 #include <vector>
 #include <iostream>
+#include <cstring>
 
 
 // Mozilla SDK headers
--- libmedia/MediaParser.h-dist 2007-10-23 14:26:18.000000000 +0200
+++ libmedia/MediaParser.h      2007-10-23 14:34:53.000000000 +0200
@@ -26,6 +26,7 @@
 #endif
 
 #include "tu_file.h"
+#include <memory>
 
 #ifdef USE_FFMPEG
 extern "C" 
--- libmedia/sound_handler.h-dist       2007-10-23 14:35:18.000000000 +0200
+++ libmedia/sound_handler.h    2007-10-23 14:35:25.000000000 +0200
@@ -39,6 +39,7 @@
 #include <vector>
 #include <memory>
 #include <cassert>
+#include <cstring>
 
 namespace gnash {
        class stream;




reply via email to

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