Skip to content

Commit 83880f8

Browse files
saitohahpjansson
authored andcommitted
HeifLoader: build fix for Apple clang-17, must use 'struct' tag to refer to type heif_xxxx
Signed-off-by: Hayaki Saito <[email protected]>
1 parent b3aebc9 commit 83880f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/chafa/chicle-heif-loader.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ struct ChicleHeifLoader
4343
gint width, height;
4444
gint stride;
4545

46-
heif_context *ctx;
47-
heif_image_handle *handle;
48-
heif_image *image;
46+
struct heif_context *ctx;
47+
struct heif_image_handle *handle;
48+
struct heif_image *image;
4949
const uint8_t *frame_data;
5050
};
5151

0 commit comments

Comments
 (0)