stuff
This commit is contained in:
parent
450144fdcb
commit
f5bd1464da
@ -1,3 +1,6 @@
|
||||
12/12/07 started 7.13.3
|
||||
- added "include <cstring>" to VImage.cc to help gcc 4.3
|
||||
|
||||
31/10/07 started 7.13.2
|
||||
- build cimg on windows fixes
|
||||
- various include cleanups, updated man pages
|
||||
|
2
TODO
2
TODO
@ -23,6 +23,8 @@
|
||||
added -lstdc++ to VIPS_LIBS, but will this work on solaris etc.? maybe have
|
||||
a configure option to turn off CImg
|
||||
|
||||
there must be an autoconf macro that finds the stdc++ library name
|
||||
|
||||
- test maxpos_avg, quite a few changes
|
||||
|
||||
- im_exr2vips can now use c++ api
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include <vips/intl.h>
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
|
||||
#include <vips/vips.h>
|
||||
|
Loading…
Reference in New Issue
Block a user