mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-12 00:53:05 +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;
|
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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user