mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 00:20:47 +01:00
fix ktac.c without VGM_USE_FFMPEG enabled
This commit is contained in:
parent
f2f0b3f84a
commit
fbf7ce2074
@ -6,8 +6,9 @@ typedef struct {
|
|||||||
int32_t loop_start;
|
int32_t loop_start;
|
||||||
int32_t loop_end;
|
int32_t loop_end;
|
||||||
uint32_t file_size;
|
uint32_t file_size;
|
||||||
|
#ifdef VGM_USE_FFMPEG
|
||||||
mp4_custom_t mp4;
|
mp4_custom_t mp4;
|
||||||
|
#endif
|
||||||
int type;
|
int type;
|
||||||
} ktac_header_t;
|
} ktac_header_t;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user