Merge remote-tracking branch 'origin/master'

This commit is contained in:
John Cupitt 2011-10-11 21:36:01 +01:00
commit 7f797e8a07
3 changed files with 14 additions and 2 deletions

13
TODO
View File

@ -27,6 +27,19 @@
- nicolas's convsep patch
- add nifti support
http://niftilib.sourceforge.net/
- do clip/embed etc. in new style, good to get everything that VipsAdd uses in - do clip/embed etc. in new style, good to get everything that VipsAdd uses in
the new stack the new stack

View File

@ -72,9 +72,9 @@ $ vips im_max abs.v
*/ */
/* /*
*/
#define DEBUG #define DEBUG
#define VIPS_DEBUG #define VIPS_DEBUG
*/
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>

View File

@ -50,7 +50,6 @@
#include <ctype.h> #include <ctype.h>
#include <stdio.h> #include <stdio.h>
#include <assert.h>
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>