gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11478: make sure png.h has been fou


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11478: make sure png.h has been found by configure.
Date: Sun, 06 Sep 2009 20:36:24 -0600
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11478
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Sun 2009-09-06 20:36:24 -0600
message:
  make sure png.h has been found by configure.
modified:
  libbase/GnashImagePng.h
=== modified file 'libbase/GnashImagePng.h'
--- a/libbase/GnashImagePng.h   2009-02-25 22:33:03 +0000
+++ b/libbase/GnashImagePng.h   2009-09-07 02:36:24 +0000
@@ -28,7 +28,11 @@
 
 
 extern "C" {
+#ifdef HAVE_PNG_H
 #include <png.h>
+#else
+#warning "This system doesn't have png.h installed!"
+#endif
 }
 
 // Forward declarations


reply via email to

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