소스 검색

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

陈纪林80310970 3 년 전
부모
커밋
2b6f8cb9d4
3개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 2
      Module/mod_livenessdetection/RvcFaceVideo.cpp
  2. 1 0
      Module/mod_livenessdetection/RvcFaceVideo.h
  3. 2 2
      Module/mod_livenessdetection/RvcWsServer.cpp

+ 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"