gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10161: Fix another bug in win32 bui


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10161: Fix another bug in win32 build.
Date: Tue, 28 Oct 2008 10:06:11 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10161
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Tue 2008-10-28 10:06:11 +0100
message:
  Fix another bug in win32 build.
modified:
  plugin/win32/Makefile.am
  plugin/win32/plugin.cpp
=== modified file 'plugin/win32/Makefile.am'
--- a/plugin/win32/Makefile.am  2008-10-25 21:37:00 +0000
+++ b/plugin/win32/Makefile.am  2008-10-28 09:06:11 +0000
@@ -23,6 +23,7 @@
 AM_CPPFLAGS = \
        -I$(top_srcdir)/libbase \
        -I$(top_srcdir)/libmedia \
+       -I$(top_srcdir)/libsound \
        -I$(top_srcdir)/libmedia/ffmpeg \
        -I$(top_srcdir)/backend \
        -I$(top_srcdir)/libcore \

=== modified file 'plugin/win32/plugin.cpp'
--- a/plugin/win32/plugin.cpp   2008-10-25 10:38:32 +0000
+++ b/plugin/win32/plugin.cpp   2008-10-28 09:06:11 +0000
@@ -407,7 +407,7 @@
     DBG("Gnash logging initialized: %s\n", logfilename.c_str());
 
     // Init sound.
-    _sound_handler.reset(gnash::media::create_sound_handler_sdl());
+    _sound_handler.reset(gnash::sound::create_sound_handler_sdl());
     gnash::set_sound_handler(_sound_handler.get());
     DBG("Gnash sound initialized.\n");
 


reply via email to

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