Fix build

MUPS require VORBIS functions to work. Put it behind the relative ifdef flag
This commit is contained in:
Julian Xhokaxhiu 2020-05-28 14:25:17 +02:00
parent b5fec0dd64
commit ae54f80415

View File

@ -496,7 +496,9 @@ VGMSTREAM * (*init_vgmstream_functions[])(STREAMFILE *streamFile) = {
init_vgmstream_diva,
init_vgmstream_imuse,
init_vgmstream_ktsr,
#ifdef VGM_USE_VORBIS
init_vgmstream_mups,
#endif
/* lowest priority metas (should go after all metas, and TXTH should go before raw formats) */
init_vgmstream_txth, /* proper parsers should supersede TXTH, once added */