mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-17 19:19:16 +01:00
Fix VGM_USE_MPEG #ifdef
This commit is contained in:
parent
75dd0d0d8b
commit
69116cb6ad
@ -171,7 +171,7 @@ VGMSTREAM * init_vgmstream_ps3_msf(STREAMFILE *streamFile) {
|
||||
|
||||
break;
|
||||
#endif
|
||||
#if VGM_USE_MPEG
|
||||
#ifdef VGM_USE_MPEG
|
||||
case 0x7: /* MPEG */
|
||||
{
|
||||
mpeg_codec_data *mpeg_data = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user