- fix linux build of support library
- allow AMR codec usage to be configured from CMake
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user