上传者: mabc1234
|
上传时间: 2023-03-09 20:18:12
|
文件大小: 7KB
|
文件类型: TXT
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