Merge pull request #436 from der-eismann/remove-compat-dependency

Remove dependency on vips7compat
This commit is contained in:
Tom 2022-12-02 09:54:56 +01:00 committed by GitHub
commit 44c1dfbd7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.
func VipsDebugInfo() {
C.im__print_all()
C.vips_object_print_all()
}
// VipsMemory gets memory info stats from libvips (cache size, memory allocs...)

1
vips.h
View file

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