Remove dependency on vips7compat

This commit is contained in:
Philipp Trulson 2022-12-01 18:15:25 +01:00
parent 3471b468e9
commit 28a4cce48b
No known key found for this signature in database
GPG key ID: 73CBABEA8D422ABC
2 changed files with 1 additions and 2 deletions

View file

@ -160,7 +160,7 @@ func VipsVectorSetEnabled(enable bool) {
// VipsDebugInfo outputs to stdout libvips collected data. Useful for debugging. // VipsDebugInfo outputs to stdout libvips collected data. Useful for debugging.
func VipsDebugInfo() { func VipsDebugInfo() {
C.im__print_all() C.vips_object_print_all()
} }
// VipsMemory gets memory info stats from libvips (cache size, memory allocs...) // VipsMemory gets memory info stats from libvips (cache size, memory allocs...)

1
vips.h
View file

@ -2,7 +2,6 @@
#include <string.h> #include <string.h>
#include <vips/vips.h> #include <vips/vips.h>
#include <vips/foreign.h> #include <vips/foreign.h>
#include <vips/vips7compat.h>
#include <vips/vector.h> #include <vips/vector.h>
/** /**