Skip to content

Commit

Permalink
Remove dependency on vips7compat
Browse files Browse the repository at this point in the history
  • Loading branch information
der-eismann committed Dec 1, 2022
1 parent 3471b46 commit 28a4cce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion vips.go
Original file line number Diff line number Diff line change
Expand Up @@ -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...)
Expand Down
1 change: 0 additions & 1 deletion vips.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <string.h>
#include <vips/vips.h>
#include <vips/foreign.h>
#include <vips/vips7compat.h>
#include <vips/vector.h>

/**
Expand Down

0 comments on commit 28a4cce

Please sign in to comment.