mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
Removed references to JPEG library in docos and config files. Not needed
(except for jpeg_image.cxx, which isn't built by default). git-svn-id: file:///fltk/svn/fltk/trunk@361 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+2
-10
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* "$Id: config.cygnus,v 1.3 1999/02/16 14:28:00 mike Exp $"
|
||||
* "$Id: config.cygnus,v 1.4 1999/03/04 18:11:35 mike Exp $"
|
||||
*
|
||||
* Configuration file for the Fast Light Tool Kit (FLTK).
|
||||
*
|
||||
@@ -150,13 +150,5 @@
|
||||
#define HAVE_POLL 0
|
||||
|
||||
/*
|
||||
* HAVE_LIBJPEG
|
||||
*
|
||||
* Do we have the JPEG group's JPEG file library?
|
||||
*/
|
||||
|
||||
#define HAVE_LIBJPEG 0
|
||||
|
||||
/*
|
||||
* End of "$Id: config.cygnus,v 1.3 1999/02/16 14:28:00 mike Exp $".
|
||||
* End of "$Id: config.cygnus,v 1.4 1999/03/04 18:11:35 mike Exp $".
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* "$Id: config.mingw32,v 1.3 1999/02/16 14:28:00 mike Exp $"
|
||||
* "$Id: config.mingw32,v 1.4 1999/03/04 18:11:36 mike Exp $"
|
||||
*
|
||||
* Configuration file for the Fast Light Tool Kit (FLTK).
|
||||
*
|
||||
@@ -150,13 +150,5 @@
|
||||
#define HAVE_POLL 0
|
||||
|
||||
/*
|
||||
* HAVE_LIBJPEG
|
||||
*
|
||||
* Do we have the JPEG group's JPEG file library?
|
||||
*/
|
||||
|
||||
#define HAVE_LIBJPEG 0
|
||||
|
||||
/*
|
||||
* End of "$Id: config.mingw32,v 1.3 1999/02/16 14:28:00 mike Exp $".
|
||||
* End of "$Id: config.mingw32,v 1.4 1999/03/04 18:11:36 mike Exp $".
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user