From 217b286ad5eb04084ab82e870d90a5d1809b3a28 Mon Sep 17 00:00:00 2001 From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 02 八月 2017 11:17:46 +0800 Subject: [PATCH] split client server --- VisitFace/RtspNativeCodec/app/src/main/cpp/CameraWrapperClient.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VisitFace/RtspNativeCodec/app/src/main/cpp/CameraWrapper.h b/VisitFace/RtspNativeCodec/app/src/main/cpp/CameraWrapperClient.h similarity index 96% rename from VisitFace/RtspNativeCodec/app/src/main/cpp/CameraWrapper.h rename to VisitFace/RtspNativeCodec/app/src/main/cpp/CameraWrapperClient.h index 7628226..9705fa6 100644 --- a/VisitFace/RtspNativeCodec/app/src/main/cpp/CameraWrapper.h +++ b/VisitFace/RtspNativeCodec/app/src/main/cpp/CameraWrapperClient.h @@ -1,5 +1,5 @@ -#ifndef __CameraWrapper_H__ -#define __CameraWrapper_H__ +#ifndef __CAMERAWRAPPER_CLIENT_H__ +#define __CAMERAWRAPPER_CLIENT_H__ #define MAX_FACE 5 #define MAX_FACE_WIDTH 240 -- Gitblit v1.8.0