Skip to content
Snippets Groups Projects
Commit 95b4df9a authored by Alexandre Lision's avatar Alexandre Lision
Browse files

OSX: Add missing ring namespace

Change-Id: I2966cfb9f0a351fccb8bf54c2af6cd1eee66c3cf
parent 09a04cd3
Branches
Tags
No related merge requests found
...@@ -206,7 +206,7 @@ int main(int argc, char *argv []) ...@@ -206,7 +206,7 @@ int main(int argc, char *argv [])
std::vector<char> writable(programName.size() + 1); std::vector<char> writable(programName.size() + 1);
std::copy(programName.begin(), programName.end(), writable.begin()); std::copy(programName.begin(), programName.end(), writable.begin());
fileutils::set_program_dir(writable.data()); ring::fileutils::set_program_dir(writable.data());
#ifdef TOP_BUILDDIR #ifdef TOP_BUILDDIR
if (!getenv("CODECS_PATH")) if (!getenv("CODECS_PATH"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment