Skip to content

Commit

Permalink
Fix build with orc (libvips#4198)
Browse files Browse the repository at this point in the history
Regressed since 71d356b.
  • Loading branch information
kleisauke authored Oct 12, 2024
1 parent d1ae327 commit 59ac0f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libvips/include/vips/vips7compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -1658,13 +1658,17 @@ size_t vips__get_sizeof_vipsobject(void);

/* This is deprecated to make room for highway.
*/
#ifndef OrcProgram
typedef struct _OrcProgram {
/* Opaque */
} OrcProgram;
#endif

#ifndef OrcExecutor
typedef struct _OrcExecutor {
char data[808];
} OrcExecutor;
#endif

#define VIPS_VECTOR_SOURCE_MAX (10)

Expand Down

0 comments on commit 59ac0f0

Please sign in to comment.