mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-25 12:11:36 +08:00
修复关闭webrtc后的编译问题
This commit is contained in:
parent
a3177de658
commit
750a8fa668
@ -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 @@
|
|||||||
|
|
||||||
#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;
|
||||||
|
Loading…
Reference in New Issue
Block a user