修改
This commit is contained in:
@@ -5,9 +5,7 @@
|
||||
#ifndef _OPTIONS_H_
|
||||
#define _OPTIONS_H_
|
||||
|
||||
#ifdef PATH
|
||||
#define PROJECT_DIR PATH
|
||||
#else
|
||||
#ifndef PROJECT_DIR
|
||||
#define PROJECT_DIR ""
|
||||
#endif
|
||||
|
||||
|
||||
@@ -119,7 +119,7 @@ std::map<std::string, std::pair<std::string, void(*)(void)>> options = {
|
||||
LOGM("Enable show processed image");
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
void processOptions(int argc, char **argv) {
|
||||
if (argc >= 2) {
|
||||
|
||||
Reference in New Issue
Block a user