mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-04 03:41:43 +02:00
Build without wss support, if OpenSSL is not found
This commit is contained in:
parent
c105fecc5b
commit
2addf7cc3d
16 changed files with 68 additions and 27 deletions
|
@ -161,12 +161,12 @@ struct ServerSettings
|
|||
std::string filter{"*:info"};
|
||||
};
|
||||
|
||||
Server server; ///< Server settings
|
||||
Ssl ssl; ///< SSL settings
|
||||
std::vector<User> users; ///< User settings
|
||||
Http http; ///< HTTP settings
|
||||
Tcp tcp; ///< TCP settings
|
||||
Stream stream; ///< Stream settings
|
||||
Server server; ///< Server settings
|
||||
Ssl ssl; ///< SSL settings
|
||||
std::vector<User> users; ///< User settings
|
||||
Http http; ///< HTTP settings
|
||||
Tcp tcp; ///< TCP settings
|
||||
Stream stream; ///< Stream settings
|
||||
StreamingClient streamingclient; ///< Client settings
|
||||
Logging logging; ///< Logging settings
|
||||
Logging logging; ///< Logging settings
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue