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:
parent
ed5cb531bd
commit
058bcdfac4
@ -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
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user