mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Add HAVE_ZLIB ifdef to content.c
This commit is contained in:
parent
c4b80e0e44
commit
eb62d5f4a4
@ -1745,8 +1745,10 @@ bool content_ctl(enum content_ctl_state state, void *data)
|
||||
temporary_content = NULL;
|
||||
break;
|
||||
case CONTENT_CTL_STREAM_INIT:
|
||||
#ifdef HAVE_ZLIB
|
||||
if (!stream_backend)
|
||||
stream_backend = file_archive_get_default_file_backend();
|
||||
#endif
|
||||
break;
|
||||
case CONTENT_CTL_STREAM_CRC_CALCULATE:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user