--- ui/zenoedit/launch/viewdecode.cpp.orig 2024-09-30 13:46:54 UTC +++ ui/zenoedit/launch/viewdecode.cpp @@ -1,4 +1,4 @@ -#ifdef ZENO_MULTIPROCESS +//#ifdef ZENO_MULTIPROCESS #include "viewdecode.h" #include "zenoapplication.h" #include @@ -370,4 +370,4 @@ void viewDecodeAppend(const char *buf, size_t n) zeno::log_debug("viewDecodeAppend n={}", n); viewDecodeData.append(buf, n); } -#endif +//#endif