Use test capture from webrtc on macOS.
This commit is contained in:
parent
119b164e7b
commit
ef2cfa49cb
1 changed files with 4 additions and 6 deletions
10
external/webrtc/CMakeLists.txt
vendored
10
external/webrtc/CMakeLists.txt
vendored
|
|
@ -60,14 +60,12 @@ INTERFACE
|
|||
|
||||
set(webrtc_libs
|
||||
${webrtc_lib_prefix}webrtc
|
||||
test/${webrtc_lib_prefix}platform_video_capturer
|
||||
test/${webrtc_lib_prefix}video_test_common
|
||||
)
|
||||
if (WIN32)
|
||||
list(APPEND webrtc_libs
|
||||
test/${webrtc_lib_prefix}platform_video_capturer
|
||||
test/${webrtc_lib_prefix}video_test_common
|
||||
)
|
||||
elseif (APPLE)
|
||||
if (APPLE)
|
||||
list(APPEND webrtc_libs
|
||||
test/${webrtc_lib_prefix}video_test_mac
|
||||
sdk/${webrtc_lib_prefix}native_video
|
||||
sdk/${webrtc_lib_prefix}videoframebuffer_objc
|
||||
sdk/${webrtc_lib_prefix}videocapture_objc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue