mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-13 18:20:50 +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_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