gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10800: Move swf.{cpp,h}.


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10800: Move swf.{cpp,h}.
Date: Thu, 16 Apr 2009 11:50:38 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10800
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Thu 2009-04-16 11:50:38 +0200
message:
  Move swf.{cpp,h}.
renamed:
  libcore/swf.cpp => libcore/swf/swf.cpp
  libcore/swf.h => libcore/swf/swf.h
modified:
  libbase/BitsReader.h
  libcore/Makefile.am
    ------------------------------------------------------------
    revno: 10799.1.1
    committer: Benjamin Wolsey <address@hidden>
    branch nick: temp
    timestamp: Thu 2009-04-16 10:42:14 +0200
    message:
      Move swf.{cpp,h} to libcore/swf. Remove useless include from BitsReader.h
    renamed:
      libcore/swf.cpp => libcore/swf/swf.cpp
      libcore/swf.h => libcore/swf/swf.h
    modified:
      libbase/BitsReader.h
      libcore/Makefile.am
=== modified file 'libbase/BitsReader.h'
--- a/libbase/BitsReader.h      2009-02-25 22:33:03 +0000
+++ b/libbase/BitsReader.h      2009-04-16 08:42:14 +0000
@@ -21,7 +21,6 @@
 #ifndef BITSREADER_H
 #define BITSREADER_H
 
-#include "swf.h"
 #include "dsodefs.h"
 #include "GnashException.h"
 #include "log.h"

=== modified file 'libcore/Makefile.am'
--- a/libcore/Makefile.am       2009-04-14 17:49:58 +0000
+++ b/libcore/Makefile.am       2009-04-16 08:42:14 +0000
@@ -84,7 +84,7 @@
        namedStrings.cpp \
        rect.cpp \
        MovieClip.cpp \
-       swf.cpp \
+       swf/swf.cpp \
        swf/TagLoadersTable.cpp \
        swf/DefineVideoStreamTag.cpp \
        swf/DefineTextTag.cpp \
@@ -188,7 +188,7 @@
        MovieClip.h \
        SWFStream.h \
        styles.h \
-       swf.h \
+       swf/swf.h \
        swf/TagLoadersTable.h \
        swf/tag_loaders.h \
        swf/VideoFrameTag.h \

=== renamed file 'libcore/swf.cpp' => 'libcore/swf/swf.cpp'
=== renamed file 'libcore/swf.h' => 'libcore/swf/swf.h'

reply via email to

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