Add the same definitions to external_webrtc.
This commit is contained in:
parent
7931925d5c
commit
429ef7aa64
1 changed files with 8 additions and 0 deletions
8
external/webrtc/CMakeLists.txt
vendored
8
external/webrtc/CMakeLists.txt
vendored
|
|
@ -15,7 +15,15 @@ if (WIN32)
|
||||||
|
|
||||||
target_compile_definitions(external_webrtc
|
target_compile_definitions(external_webrtc
|
||||||
INTERFACE
|
INTERFACE
|
||||||
|
WEBRTC_ENABLE_PROTOBUF=0
|
||||||
|
WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE
|
||||||
|
RTC_ENABLE_VP9
|
||||||
|
HAVE_SCTP
|
||||||
|
WEBRTC_USE_H264
|
||||||
|
WEBRTC_LIBRARY_IMPL
|
||||||
|
WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=1
|
||||||
WEBRTC_WIN
|
WEBRTC_WIN
|
||||||
|
ABSL_ALLOCATOR_NOTHROW=1
|
||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
set(webrtc_lib_prefix lib)
|
set(webrtc_lib_prefix lib)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue