fix ktac.c without VGM_USE_FFMPEG enabled

This commit is contained in:
Lukas Cone 2022-03-20 13:53:13 +01:00
parent f2f0b3f84a
commit fbf7ce2074
No known key found for this signature in database
GPG Key ID: 75BE27B2D5567A20

View File

@ -6,8 +6,9 @@ typedef struct {
int32_t loop_start;
int32_t loop_end;
uint32_t file_size;
#ifdef VGM_USE_FFMPEG
mp4_custom_t mp4;
#endif
int type;
} ktac_header_t;