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/RtspNativeCodecJNIClient.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VisitFace/RtspNativeCodec/app/src/main/cpp/RtspNativeCodecJNI.h b/VisitFace/RtspNativeCodec/app/src/main/cpp/RtspNativeCodecJNIClient.h similarity index 96% rename from VisitFace/RtspNativeCodec/app/src/main/cpp/RtspNativeCodecJNI.h rename to VisitFace/RtspNativeCodec/app/src/main/cpp/RtspNativeCodecJNIClient.h index 5581225..1e473b2 100644 --- a/VisitFace/RtspNativeCodec/app/src/main/cpp/RtspNativeCodecJNI.h +++ b/VisitFace/RtspNativeCodec/app/src/main/cpp/RtspNativeCodecJNIClient.h @@ -1,5 +1,5 @@ -#ifndef __RTSPNATIVECODECJNI_H__ -#define __RTSPNATIVECODECJNI_H__ +#ifndef __RTSPNATIVECODECJNI_CLIENT_H__ +#define __RTSPNATIVECODECJNI_CLIENT_H__ #include <jni.h> -- Gitblit v1.8.0