disable wrap7 for now

we don't want to use wrap7 yet, we need to make sure the vips7 interface
keeps working
This commit is contained in:
John Cupitt 2011-07-18 17:13:27 +01:00
parent ed5cb531bd
commit 058bcdfac4
2 changed files with 15 additions and 1 deletions

View File

@ -30,6 +30,17 @@
*/
/*
TODO:
- works for iamges, but not tested for much else
- masks would be hard, vips8 won't really have these
- keep for testing, mostly ... iofuncs/init.c has a commeted-out
call to init this thing
*/
/*
#define DEBUG
#define VIPS_DEBUG

View File

@ -246,8 +246,11 @@ vips_init( const char *argv0 )
}
/* Build classes which wrap old vips7 operations.
*/
handy for testing, but perhaps not much else
vips__init_wrap7_classes();
*/
/* Start up the buffer cache.
*/