gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-360-g7b74815
Date: Fri, 27 May 2011 16:18:12 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  7b748152f608770ae37dd692d4a4656f739ce558 (commit)
      from  5e9371a025ed644b8ac8e12221b54d65479028e0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=7b748152f608770ae37dd692d4a4656f739ce558


commit 7b748152f608770ae37dd692d4a4656f739ce558
Author: Rob Savoye <address@hidden>
Date:   Fri May 27 10:17:58 2011 -0600

    define boolean as int when using mingw32

diff --git a/libbase/GnashImageJpeg.cpp b/libbase/GnashImageJpeg.cpp
index 3165cde..dd6bf1c 100644
--- a/libbase/GnashImageJpeg.cpp
+++ b/libbase/GnashImageJpeg.cpp
@@ -16,9 +16,6 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
-//
-// Original version by Thatcher Ulrich <address@hidden> 2002
-//
 // Wrapper for jpeg file operations.  The actual work is done by the
 // IJG jpeg lib.
 
@@ -43,6 +40,9 @@
 // jpeglib.h redefines HAVE_STDLIB_H.
 #undef HAVE_STDLIB_H
 extern "C" {
+#ifdef _WIN32
+typedef int boolean;
+#endif
 # include <jpeglib.h>
 }              
 #undef HAVE_STDLIB_H

-----------------------------------------------------------------------

Summary of changes:
 libbase/GnashImageJpeg.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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