Merge pull request #1091 from PredatorCZ/fix_non_ffmpeg_build

fix ktac.c without VGM_USE_FFMPEG enabled
This commit is contained in:
bnnm 2022-03-21 23:14:30 +01:00 committed by GitHub
commit b3d4dba7e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;