Skip to content

Commit

Permalink
Fix build with orc
Browse files Browse the repository at this point in the history
Regressed since 71d356b.
  • Loading branch information
kleisauke committed Oct 12, 2024
1 parent 19b499d commit 8b6165d
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 @@ -1656,13 +1656,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 8b6165d

Please sign in to comment.