Skip to content
Snippets Groups Projects
Commit 7b0a8ffc authored by Adrien Béraud's avatar Adrien Béraud
Browse files

account: enable multistream for Android

Change-Id: I7bf01643731a1e9901b165dd0d54356b9febb8a4
parent 07804eb3
No related branches found
No related tags found
No related merge requests found
......@@ -126,8 +126,7 @@ Account::Account(const std::string& accountID)
, upnpEnabled_(true)
, localModeratorsEnabled_(true)
, allModeratorsEnabled_(true)
#if (defined(__linux__) and not defined(__ANDROID__)) || defined(WIN32) \
|| (defined(__APPLE__) && TARGET_OS_MAC)
#if defined(__linux__) || defined(WIN32) || (defined(__APPLE__) && TARGET_OS_MAC)
, multiStreamEnabled_(true)
#else
, multiStreamEnabled_(false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment