From 5dd9eb1f679124e7cddd12fa17ca1a58ae468e85 Mon Sep 17 00:00:00 2001 From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 02 八月 2017 10:23:33 +0800 Subject: [PATCH] panshen add capnproto lib --- VisitFace/RtspNativeCodec/app/libs/capnproto/include/capnp/c++.capnp.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/VisitFace/RtspNativeCodec/app/libs/capnproto/include/c++.capnp.h b/VisitFace/RtspNativeCodec/app/libs/capnproto/include/capnp/c++.capnp.h similarity index 96% rename from VisitFace/RtspNativeCodec/app/libs/capnproto/include/c++.capnp.h rename to VisitFace/RtspNativeCodec/app/libs/capnproto/include/capnp/c++.capnp.h index 6d9817f..7b5c860 100644 --- a/VisitFace/RtspNativeCodec/app/libs/capnproto/include/c++.capnp.h +++ b/VisitFace/RtspNativeCodec/app/libs/capnproto/include/capnp/c++.capnp.h @@ -6,7 +6,7 @@ #include <capnp/generated-header-support.h> -#if CAPNP_VERSION != 6001 +#if CAPNP_VERSION != 7000 #error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library." #endif -- Gitblit v1.8.0