Przeglądaj źródła

Z991239-3866 #comment feat: 编译错误调整

陈纪林80310970 3 lat temu
rodzic
commit
2b6f8cb9d4

+ 3 - 2
Module/mod_livenessdetection/RvcFaceVideo.cpp

@@ -1,6 +1,7 @@
-#include "StdAfx.h"
+#include "stdafx.h"
 #include "RvcFaceVideo.h"
-#include "..\..\Other\libvideoframework\videoutil.h"
+//#include "..\..\Other\libvideoframework\videoutil.h"
+//#include "../../Other/libvideoframework/videoutil.h"
 
 RvcFaceVideo::RvcFaceVideo(void)
 {

+ 1 - 0
Module/mod_livenessdetection/RvcFaceVideo.h

@@ -1,5 +1,6 @@
 #pragma once
 #include "../../Other/libvideoqueue/libvideoqueue.h"
+#include "../../Other/libvideoframework/videoutil.h"
 
 #define MAX_PATH          260
 

+ 2 - 2
Module/mod_livenessdetection/RvcWsServer.cpp

@@ -1,4 +1,4 @@
-#include "StdAfx.h"
+#include "stdafx.h"
 #include "RvcWsServer.h"
 #include <boost/thread/thread.hpp>
 #include <vector>
@@ -6,7 +6,7 @@
 #include <boost/thread/lock_guard.hpp>
 #include "SpBase.h"
 #include "jpeglib.h"
-#include "Event.h"
+#include "MyEvent.h"
 #include "y2k_time.h"