mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-07 07:01:16 +01:00
awc: fix compiling without ffmpeg
This commit is contained in:
parent
e3f714b818
commit
311aad295e
@ -205,7 +205,7 @@ VGMSTREAM* init_vgmstream_awc(STREAMFILE* sf) {
|
||||
}
|
||||
break;
|
||||
|
||||
#ifdef VGM_USE_ATRAC9
|
||||
#ifdef VGM_USE_FFMPEG
|
||||
case 0x0D: { /* OPUS (PC) [Red Dead Redemption (PC)] */
|
||||
if (awc.is_streamed) {
|
||||
vgmstream->layout_data = build_layered_awc(sf_body, &awc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user