webrtc m108分支设置use_custom_libcxx=false后编译报错问题补丁。
../../audio/audio_send_stream.cc(344,25): error: object of type 'absl::optional>' cannot be assigned because its copy assignment operator is implicitly deleted
frame_length_range_ = encoder->GetFrameLengthRange();
^
../../third_party/abseil-cpp\absl/types/optional.h(279,13): note: explicitly defaulted function was implicitly deleted here
optional& operator=(const optional& src) = defaul
2023-03-09 20:18:12
7KB
webrtc
1