mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
Merge pull request #1091 from PredatorCZ/fix_non_ffmpeg_build
fix ktac.c without VGM_USE_FFMPEG enabled
This commit is contained in:
commit
b3d4dba7e0
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user