16ea02075f
- RtpSender
- RtpReceiver
- RtpTransceiver
- RtpParameters
- VideoFrameBuilder
- Interior mutability on c++ side
- Cleanup bindings ( Use #pragma once instead of include guards )
- webrtc-sys/src/* headers are now used in only one place
- Avoid confusion between generated headers and our headers
- AdaptedVideoTrackSource
- Cleanup the workaround with unsupported Vec<Shared<T>>
- Put everything inside one file
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
-xc++
|
|
-std=c++17
|
|
-Iinclude
|
|
-Ilibwebrtc/src
|
|
-Ilibwebrtc/src/third_party/abseil-cpp
|
|
-Ilibwebrtc/src/third_party/libc++
|
|
-Ilibwebrtc/src/third_party/libyuv/include
|
|
-I../target/cxxbridge
|
|
-DWEBRTC_MAC
|
|
-DWEBRTC_POSIX
|