diff options
Diffstat (limited to 'cpu_ref/rsCpuScript.cpp')
| -rw-r--r-- | cpu_ref/rsCpuScript.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/cpu_ref/rsCpuScript.cpp b/cpu_ref/rsCpuScript.cpp index 6ea0f1c7..a7a639ed 100644 --- a/cpu_ref/rsCpuScript.cpp +++ b/cpu_ref/rsCpuScript.cpp @@ -17,12 +17,6 @@ #include "rsCpuCore.h" #include "rsCpuScript.h" -#ifndef RS_SERVER -#include "utils/Vector.h" -#include "utils/Timers.h" -#include "utils/StopWatch.h" -#endif - #ifdef RS_COMPATIBILITY_LIB #include <dlfcn.h> #include <stdio.h> @@ -340,8 +334,7 @@ bool RsdCpuScriptImpl::init(char const *resName, char const *cacheDir, #ifndef RS_SERVER String8 scriptSOName(cacheDir); scriptSOName = scriptSOName.getPathDir(); - scriptSOName.appendPath("lib"); - scriptSOName.append("/librs."); + scriptSOName.append("/lib/librs."); #else String8 scriptSOName("lib"); #endif |
