gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ./ChangeLog plugin/player.cpp


From: Rob Savoye
Subject: [Gnash-commit] gnash ./ChangeLog plugin/player.cpp
Date: Mon, 27 Feb 2006 15:19:25 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Rob Savoye <address@hidden>     06/02/27 15:19:25

Modified files:
        .              : ChangeLog 
        plugin         : player.cpp 

Log message:
        * plugin/player.cpp: Include Movie.h, which is where movie
        definitions get defined now. Include gnash.h before other local
        headers.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/ChangeLog.diff?tr1=1.162&tr2=1.163&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/plugin/player.cpp.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: gnash/ChangeLog
diff -u gnash/ChangeLog:1.162 gnash/ChangeLog:1.163
--- gnash/ChangeLog:1.162       Mon Feb 27 03:58:03 2006
+++ gnash/ChangeLog     Mon Feb 27 15:19:25 2006
@@ -1,3 +1,9 @@
+2006-02-27  Rob Savoye  <address@hidden>
+
+       * plugin/player.cpp: Include Movie.h, which is where movie
+       definitions get defined now. Include gnash.h before other local
+       headers.
+
 2006-02-26  Jim Garrison  <address@hidden>
 
        * libbase/container.h: hash class is now implemented using
Index: gnash/plugin/player.cpp
diff -u gnash/plugin/player.cpp:1.5 gnash/plugin/player.cpp:1.6
--- gnash/plugin/player.cpp:1.5 Sat Feb 25 05:19:16 2006
+++ gnash/plugin/player.cpp     Mon Feb 27 15:19:25 2006
@@ -27,14 +27,15 @@
 #include <stdlib.h>
 #include <stdio.h>
 
-#include "plugin.h"
 #include "gnash.h"
+#include "plugin.h"
 #include "ogl.h"
 #include "utility.h"
 #include "container.h"
 #include "tu_file.h"
 #include "tu_types.h"
 #include "xmlsocket.h"
+#include "Movie.h"
 
 #ifdef HAVE_LIBXML
 bool gofast = false;           // FIXME: this flag gets set based on




reply via email to

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