mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-22 05:10:02 +01:00
Fix compilation without MPEG
This commit is contained in:
parent
72b9f54098
commit
523b59b2ba
@ -43,6 +43,7 @@ void block_update_ea_schl(off_t block_offset, VGMSTREAM * vgmstream) {
|
|||||||
block_samples = 0; /* layout ignores this */
|
block_samples = 0; /* layout ignores this */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef VGM_USE_MPEG
|
||||||
/* "SCHl" start block, when decoding multi files pasted together */
|
/* "SCHl" start block, when decoding multi files pasted together */
|
||||||
if (block_id == 0x5343486C) {
|
if (block_id == 0x5343486C) {
|
||||||
switch(vgmstream->coding_type) {
|
switch(vgmstream->coding_type) {
|
||||||
@ -58,7 +59,7 @@ void block_update_ea_schl(off_t block_offset, VGMSTREAM * vgmstream) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
/* padding between "SCEl" and next "SCHl" (when subfiles exist) */
|
/* padding between "SCEl" and next "SCHl" (when subfiles exist) */
|
||||||
if (block_id == 0x00000000)
|
if (block_id == 0x00000000)
|
||||||
block_size = 0x04;
|
block_size = 0x04;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user