gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog plugin/klash/klash.cpp [release_0_7_2]


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog plugin/klash/klash.cpp [release_0_7_2]
Date: Sun, 05 Nov 2006 19:15:28 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_7_2
Changes by:     Markus Gothe <nihilus>  06/11/05 19:15:28

Modified files:
        .              : ChangeLog 
        plugin/klash   : klash.cpp 

Log message:
         bool do_sound = true.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.1412.2.84&r2=1.1412.2.85
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/klash/klash.cpp?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.17.2.1&r2=1.17.2.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1412.2.84
retrieving revision 1.1412.2.85
diff -u -b -r1.1412.2.84 -r1.1412.2.85
--- ChangeLog   5 Nov 2006 12:03:50 -0000       1.1412.2.84
+++ ChangeLog   5 Nov 2006 19:15:27 -0000       1.1412.2.85
@@ -11,6 +11,7 @@
 
        * macros/mad.m4: Fixed bogus test-case...
        * macros/pthreads.m4: Added -D_SGI_MP_SOURCE for Irix.
+       * plugin/klash/klash.cpp: bool do_sound = true.
 
 2006-11-04  Rob Savoye  <address@hidden>
 

Index: plugin/klash/klash.cpp
===================================================================
RCS file: /sources/gnash/gnash/plugin/klash/klash.cpp,v
retrieving revision 1.17.2.1
retrieving revision 1.17.2.2
diff -u -b -r1.17.2.1 -r1.17.2.2
--- plugin/klash/klash.cpp      30 Oct 2006 14:28:47 -0000      1.17.2.1
+++ plugin/klash/klash.cpp      5 Nov 2006 19:15:28 -0000       1.17.2.2
@@ -14,8 +14,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-// 
-//
+/* $Id: klash.cpp,v 1.17.2.2 2006/11/05 19:15:28 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -29,8 +28,6 @@
 #include <sys/time.h>
 #include <ctime>
 
-#include <GL/gl.h>
-#include <GL/glu.h>
 #include <qapplication.h>
 #include <qgl.h>
 #include <qeventloop.h>
@@ -43,7 +40,7 @@
 
 #include "gnash.h"
 #include "log.h"
-#include "ogl.h"
+#include "tu_opengl.h"
 #include "utility.h"
 #include "container.h"
 #include "tu_file.h"
@@ -253,7 +250,7 @@
     
     float      exit_timeout = 0;
     bool        do_render = true;
-    bool        do_sound = false;
+    bool        do_sound = true;
     bool        do_loop = true;
     bool        sdl_abort = true;
     int         delay = 31;




reply via email to

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