From 1f16245b4b4fc36c519e7afc9fd9cf828f25199d Mon Sep 17 00:00:00 2001
From: chenshijun <csj_sky@126.com>
Date: 星期四, 28 二月 2019 20:06:35 +0800
Subject: [PATCH] 修改新增摄像机获取底图问题 解码两次问题

---
 QiaoJiaSystem/StructureApp/CMakeLists.txt |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/QiaoJiaSystem/StructureApp/CMakeLists.txt b/QiaoJiaSystem/StructureApp/CMakeLists.txt
index 393119d..b15b23e 100644
--- a/QiaoJiaSystem/StructureApp/CMakeLists.txt
+++ b/QiaoJiaSystem/StructureApp/CMakeLists.txt
@@ -31,6 +31,7 @@
     ../FaceDetectServer/rpc/FaceServer.cpp
     ../FaceSearchServer/rpc/FaceSearchServer.cpp
     ../RecordVideo/rpc/RecordVideo.cpp
+    ../VideoToImage/rpc/RtspAnalysServer.cpp
     ../RapidStructureApp/TriggerElement.cpp
 
     ../../../BasicPlatForm/basic/pipe_element/ffmpeg/FfmpegElement.cpp
@@ -80,6 +81,7 @@
     ../RecordVideo/rpc
     ../FaceDetectServer/rpc
     ../FaceSearchServer/rpc
+    ../VideoToImage/rpc
     ../RapidStructureApp/
 
     ../../../BasicPlatForm
@@ -119,7 +121,7 @@
     ../../../BasicPlatForm/libs/glog/lib
     ../../../BasicPlatForm/libs/crul/lib
 
-     ../../BasicPlatForm/libs/hiredis-master/lib
+    ../../../BasicPlatForm/libs/hiredis-master/lib
 )
 
 add_executable(${PROJECT_NAME}

--
Gitblit v1.8.0