oops orc disabling
This commit is contained in:
parent
6483cbcdf3
commit
c1b197bc54
@ -88,7 +88,11 @@ vips_vector_init( void )
|
||||
gboolean
|
||||
vips_vector_get_enabled( void )
|
||||
{
|
||||
#ifdef HAVE_ORC
|
||||
return( im__vector_enabled );
|
||||
#else /*!HAVE_ORC*/
|
||||
return( FALSE );
|
||||
#endif /*HAVE_ORC*/
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user