awc: fix compiling without ffmpeg

This commit is contained in:
bnnm 2025-01-22 01:47:12 +01:00
parent e3f714b818
commit 311aad295e

View File

@ -205,7 +205,7 @@ VGMSTREAM* init_vgmstream_awc(STREAMFILE* sf) {
} }
break; break;
#ifdef VGM_USE_ATRAC9 #ifdef VGM_USE_FFMPEG
case 0x0D: { /* OPUS (PC) [Red Dead Redemption (PC)] */ case 0x0D: { /* OPUS (PC) [Red Dead Redemption (PC)] */
if (awc.is_streamed) { if (awc.is_streamed) {
vgmstream->layout_data = build_layered_awc(sf_body, &awc); vgmstream->layout_data = build_layered_awc(sf_body, &awc);