gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libmedia/VideoDecoder.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog libmedia/VideoDecoder.h
Date: Tue, 26 Feb 2008 15:37:48 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/02/26 15:37:48

Modified files:
        .              : ChangeLog 
        libmedia       : VideoDecoder.h 

Log message:
        include boost/noncopyable.hpp (thanks bernie)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5742&r2=1.5743
http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/VideoDecoder.h?cvsroot=gnash&r1=1.14&r2=1.15

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5742
retrieving revision 1.5743
diff -u -b -r1.5742 -r1.5743
--- ChangeLog   25 Feb 2008 11:13:38 -0000      1.5742
+++ ChangeLog   26 Feb 2008 15:37:47 -0000      1.5743
@@ -1,3 +1,8 @@
+2008-02-26 Sandro Santilli <address@hidden>
+
+       * libmedia/VideoDecoder.h: include boost/noncopyable.hpp
+         (thanks bernie)
+
 2008-02-25 Sandro Santilli <address@hidden>
 
        * configure.ac: don't complain if high-level scripts for doc

Index: libmedia/VideoDecoder.h
===================================================================
RCS file: /sources/gnash/gnash/libmedia/VideoDecoder.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- libmedia/VideoDecoder.h     25 Feb 2008 17:24:47 -0000      1.14
+++ libmedia/VideoDecoder.h     26 Feb 2008 15:37:48 -0000      1.15
@@ -16,7 +16,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: VideoDecoder.h,v 1.14 2008/02/25 17:24:47 bjacques Exp $
+// $Id: VideoDecoder.h,v 1.15 2008/02/26 15:37:48 strk Exp $
 
 #ifndef __VIDEODECODER_H__
 #define __VIDEODECODER_H__
@@ -24,6 +24,8 @@
 #include "MediaParser.h"
 #include "image.h"
 
+#include <boost/noncopyable.hpp>
+
 namespace gnash {
 namespace media {
 




reply via email to

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