- fix linux build of support library

- allow AMR codec usage to be configured from CMake
This commit is contained in:
2018-09-11 17:36:09 +03:00
parent 6deceec404
commit 3164a7236d
2 changed files with 8 additions and 1 deletions

View File

@@ -75,7 +75,12 @@ std::string OsProcess::execCommand(const std::string& cmd)
return output;
}
#else
#include <memory>
#include <stdexcept>
std::string OsProcess::execCommand(const std::string& cmd)
{
std::string cp = cmd;