From 1e58e1e6a5a7d08bdcf3c487bc900f75558e9eee Mon Sep 17 00:00:00 2001 From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674> Date: 星期四, 22 十二月 2016 18:22:22 +0800 Subject: [PATCH] add rtsp server --- RtspFace/PL_RTSPClient.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/RtspFace/PL_RTSPClient.cpp b/RtspFace/PL_RTSPClient.cpp index 30c18fd..1ed98ee 100644 --- a/RtspFace/PL_RTSPClient.cpp +++ b/RtspFace/PL_RTSPClient.cpp @@ -5,7 +5,7 @@ void rtsp_client_fmtp_callback(void* arg, const char* val); void rtsp_client_frame_callback(void* arg, uint8_t* buffer, size_t buffSize); void rtsp_client_continue_callback(void* arg); -#include "RTSPClient.hpp" +#include "testRTSPClient.hpp" struct RTSPClient_Internal { -- Gitblit v1.8.0