gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12318: Minor cleanup, add header to


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12318: Minor cleanup, add header to Makefile.
Date: Tue, 20 Jul 2010 14:26:33 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12318
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Tue 2010-07-20 14:26:33 +0200
message:
  Minor cleanup, add header to Makefile.
modified:
  libbase/GnashFactory.h
  libmedia/Makefile.am
=== modified file 'libbase/GnashFactory.h'
--- a/libbase/GnashFactory.h    2010-07-20 06:51:24 +0000
+++ b/libbase/GnashFactory.h    2010-07-20 12:26:33 +0000
@@ -76,8 +76,6 @@
     typedef std::map<std::string, CreateHandler> Handlers;
 
     /// Get the GnashFactory singleton.
-    //
-    /// This also initializes the factory if an Init argument was provided.
     static GnashFactory& instance() {
         static GnashFactory m;
         return m;

=== modified file 'libmedia/Makefile.am'
--- a/libmedia/Makefile.am      2010-07-20 06:51:24 +0000
+++ b/libmedia/Makefile.am      2010-07-20 12:26:33 +0000
@@ -185,6 +185,7 @@
        $(NULL)
 
    noinst_HEADERS += \
+       haiku/MediaHandlerHaiku.h \
        haiku/MediaParserHaiku.h \
        haiku/AudioDecoderHaiku.h \
        haiku/VideoDecoderHaiku.h \


reply via email to

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