Commit 750a8fa6 by ziyue

修复关闭webrtc后的编译问题

parent a3177de6
...@@ -4,7 +4,7 @@ aux_source_directory(. TEST_SRC_LIST) ...@@ -4,7 +4,7 @@ aux_source_directory(. TEST_SRC_LIST)
foreach (TEST_SRC ${TEST_SRC_LIST}) foreach (TEST_SRC ${TEST_SRC_LIST})
if (NOT ENABLE_WEBRTC) if (NOT ENABLE_WEBRTC)
# 暂时过滤掉依赖 WebRTC 的测试模块 # 暂时过滤掉依赖 WebRTC 的测试模块
if ("${TEST_SRC}" MATCHES "test_rtcp_nack.cpp") if ("${TEST_SRC}" MATCHES "test_rtcp_nack\.cpp")
continue() continue()
endif () endif ()
endif () endif ()
......
...@@ -10,8 +10,7 @@ ...@@ -10,8 +10,7 @@
#include <iostream> #include <iostream>
#include "Util/logger.h" #include "Util/logger.h"
#include "Rtcp/RtcpFCI.h" #include "../webrtc/Nack.h"
#include "../webrtc/WebRtcTransport.h"
using namespace std; using namespace std;
using namespace toolkit; using namespace toolkit;
using namespace mediakit; using namespace mediakit;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论