parent
346a9e70c0
commit
ffbb259c86
@ -595,9 +595,7 @@ static im_package im__iofuncs = {
|
||||
*/
|
||||
static im_package *built_in[] = {
|
||||
&im__arithmetic,
|
||||
#ifdef ENABLE_CXX
|
||||
&im__cimg,
|
||||
#endif /*ENABLE_CXX*/
|
||||
&im__colour,
|
||||
&im__conversion,
|
||||
&im__convolution,
|
||||
|
@ -582,12 +582,10 @@ vips__interpolate_init( void )
|
||||
vips_interpolate_nearest_get_type();
|
||||
vips_interpolate_bilinear_get_type();
|
||||
|
||||
#ifdef ENABLE_CXX
|
||||
vips_interpolate_bicubic_get_type();
|
||||
vips_interpolate_lbb_get_type();
|
||||
vips_interpolate_nohalo_get_type();
|
||||
vips_interpolate_vsqbs_get_type();
|
||||
#endif /*ENABLE_CXX*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user