gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libbase/jpeg.h


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog libbase/jpeg.h
Date: Tue, 26 Feb 2008 15:55:35 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/02/26 15:55:35

Modified files:
        .              : ChangeLog 
        libbase        : jpeg.h 

Log message:
                * libbase/jpeg.h: use standard C++ header csetjmp.
        
        A pedant's commit.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5743&r2=1.5744
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/jpeg.h?cvsroot=gnash&r1=1.10&r2=1.11

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5743
retrieving revision 1.5744
diff -u -b -r1.5743 -r1.5744
--- ChangeLog   26 Feb 2008 15:37:47 -0000      1.5743
+++ ChangeLog   26 Feb 2008 15:55:34 -0000      1.5744
@@ -1,3 +1,7 @@
+2008-02-26 Benjamin Wolsey <address@hidden>
+
+       * libbase/jpeg.h: use standard C++ header csetjmp.
+
 2008-02-26 Sandro Santilli <address@hidden>
 
        * libmedia/VideoDecoder.h: include boost/noncopyable.hpp

Index: libbase/jpeg.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/jpeg.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- libbase/jpeg.h      14 Dec 2007 12:35:17 -0000      1.10
+++ libbase/jpeg.h      26 Feb 2008 15:55:35 -0000      1.11
@@ -9,15 +9,13 @@
 #ifndef JPEG_H
 #define JPEG_H
 
-
 #include "tu_config.h"
 
 struct jpeg_decompress_struct;
 struct jpeg_compress_struct;
 class tu_file;
 
-#include <setjmp.h> // for jmp_buf
-
+#include <csetjmp> // for jmp_buf
 
 /// Wrapper for jpeg file operations. 
 //




reply via email to

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