Skip to content
Snippets Groups Projects
Commit a25b526e authored by Aline Gondim Santos's avatar Aline Gondim Santos Committed by Kateryna Kostiuk
Browse files

multistream: enable for MacOS

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