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: Sat, 04 Mar 2006 15:56:51 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Rob Savoye <address@hidden>     06/03/04 15:56:51

Modified files:
        .              : ChangeLog 
        plugin         : player.cpp 

Log message:
        * plugin/player.cpp: Define NO_NSPR_10_SUPPORT so we don't have
        header file typedef conflicts. We don't care about the older NSPR
        10 anyway...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/ChangeLog.diff?tr1=1.170&tr2=1.171&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/plugin/player.cpp.diff?tr1=1.7&tr2=1.8&r1=text&r2=text

Patches:
Index: gnash/ChangeLog
diff -u gnash/ChangeLog:1.170 gnash/ChangeLog:1.171
--- gnash/ChangeLog:1.170       Sat Mar  4 04:52:24 2006
+++ gnash/ChangeLog     Sat Mar  4 15:56:51 2006
@@ -1,7 +1,13 @@
+2006-03-04  Rob Savoye  <address@hidden>
+
+       * plugin/player.cpp: Define NO_NSPR_10_SUPPORT so we don't have
+       header file typedef conflicts. We don't care about the older NSPR
+       10 anyway...
+
 2006-03-03  Rob Savoye  <address@hidden>
 
        * plugin/klash: Build klash, a Gnash customized Konquerer plugin
-       that works similar to MozPlugger contributed by Koos Vriezen
+       that works similar to MozPlugger. Contributed by Koos Vriezen
        <address@hidden>.
        * configure.ac: Add Klash support, which optionally invokes a
        bunch of KDE tests. Add --enable-klash to build Konquerer plugin.
Index: gnash/plugin/player.cpp
diff -u gnash/plugin/player.cpp:1.7 gnash/plugin/player.cpp:1.8
--- gnash/plugin/player.cpp:1.7 Thu Mar  2 21:21:55 2006
+++ gnash/plugin/player.cpp     Sat Mar  4 15:56:51 2006
@@ -20,6 +20,12 @@
 #include "config.h"
 #endif
 
+// This has to be defined or we have typedef problems with Mozilla's
+// headers for 64 bit types. According the the header file, the fix is
+// to define this constant to turn off the older behaviour that we
+// don't care about.
+#define NO_NSPR_10_SUPPORT
+
 #include <SDL.h>
 #include <SDL_thread.h>
 




reply via email to

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