mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Put ifdef around this
This commit is contained in:
parent
5851d103d0
commit
4c1dc265bc
@ -903,7 +903,9 @@ bool audio_driver_mixer_extension_supported(const char *ext)
|
||||
|
||||
attr.i = 0;
|
||||
|
||||
#ifdef HAVE_STB_VORBIS
|
||||
string_list_append(str_list, "ogg", attr);
|
||||
#endif
|
||||
string_list_append(str_list, "wav", attr);
|
||||
|
||||
for (i = 0; i < str_list->size; i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user