aboutsummaryrefslogtreecommitdiffstats
path: root/Raster.c
diff options
context:
space:
mode:
authorreinelt <>2001-09-10 13:55:53 +0000
committerreinelt <>2001-09-10 13:55:53 +0000
commit832041ab49ceed247aa6b8caf1033266e11025d3 (patch)
treecd36ee97db1d992d09285343ef1c2c08417d7b43 /Raster.c
parent7eeb474f0f2baad920a2f08d458b86d5836b59b9 (diff)
downloadlcd4linux-832041ab49ceed247aa6b8caf1033266e11025d3.tar.gz
[lcd4linux @ 2001-09-10 13:55:53 by reinelt]
M50530 driver
Diffstat (limited to 'Raster.c')
-rw-r--r--Raster.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/Raster.c b/Raster.c
index 4aad9d5..48ecfb3 100644
--- a/Raster.c
+++ b/Raster.c
@@ -1,4 +1,4 @@
-/* $Id: Raster.c,v 1.18 2001/03/16 16:40:17 ltoetsch Exp $
+/* $Id: Raster.c,v 1.19 2001/09/10 13:55:53 reinelt Exp $
*
* driver for raster formats
*
@@ -20,6 +20,9 @@
*
*
* $Log: Raster.c,v $
+ * Revision 1.19 2001/09/10 13:55:53 reinelt
+ * M50530 driver
+ *
* Revision 1.18 2001/03/16 16:40:17 ltoetsch
* implemented time bar
*
@@ -125,6 +128,9 @@
#include <gd.h>
#else
#error "gd.h not found!"
+#error "cannot compile PNG driver"
+#error "exclude the driver with"
+#error "configure --drivers=all,\!PNG"
#endif
#endif
#endif