gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-2225-g1d84492
Date: Wed, 02 Dec 2015 21:33:00 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  1d8449214a9bb609381d85724dae5741ee814849 (commit)
      from  4dc8c582a3777e55476e7221a4a3ef59c1540be5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=1d8449214a9bb609381d85724dae5741ee814849


commit 1d8449214a9bb609381d85724dae5741ee814849
Author: Sandro Santilli <address@hidden>
Date:   Wed Dec 2 22:32:40 2015 +0100

    Do not force SDL initialization when using dump-gnash

diff --git a/gui/Player.cpp b/gui/Player.cpp
index 49bb12a..3df79de 100644
--- a/gui/Player.cpp
+++ b/gui/Player.cpp
@@ -275,6 +275,8 @@ void
 Player::init_sound()
 {
 
+#ifndef GUI_DUMP
+    // Dump gui will initialize the sound handler itself
     if (_doSound) {
         try {
 #ifdef SOUND_SDL
@@ -296,6 +298,7 @@ Player::init_sound()
                 " Will continue without sound."), ex.what());
         }
     }
+#endif // ndef GUI_DUMP
 }
 
 void

-----------------------------------------------------------------------

Summary of changes:
 gui/Player.cpp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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