mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-29 05:40:50 +03:00
add opus codec (i2s default IO changed!)
This commit is contained in:
@@ -377,7 +377,7 @@ void stream_init(log_level level, unsigned stream_buf_size) {
|
||||
}
|
||||
|
||||
#if USE_SSL
|
||||
#if !LINKALL
|
||||
#if !LINKALL && !NO_SSLSYM
|
||||
if (ssl_loaded) {
|
||||
#endif
|
||||
SSL_library_init();
|
||||
@@ -387,7 +387,7 @@ void stream_init(log_level level, unsigned stream_buf_size) {
|
||||
exit(0);
|
||||
}
|
||||
SSL_CTX_set_options(SSLctx, SSL_OP_NO_SSLv2);
|
||||
#if !LINKALL
|
||||
#if !LINKALL && !NO_SSLSYM
|
||||
}
|
||||
#endif
|
||||
ssl = NULL;
|
||||
|
||||
Reference in New Issue
Block a user