-
- Downloads
fix build on gcc below v5.2
gcc below 5.2 doesn't support usage of std::unique_ptr as method argument with a default assignement to nullptr if the type is forward declared. This patch is a quick fix, that remove the default assignement and force the value where needed. Change-Id: If619dceaed9cca9c9f00f3b9b3f92c768f2c1135
Showing
- src/media/audio/audio_rtp_session.h 2 additions, 2 deletionssrc/media/audio/audio_rtp_session.h
- src/media/rtp_session.h 4 additions, 2 deletionssrc/media/rtp_session.h
- src/media/video/video_rtp_session.h 2 additions, 2 deletionssrc/media/video/video_rtp_session.h
- src/sip/sipcall.cpp 1 addition, 1 deletionsrc/sip/sipcall.cpp
Loading
Please register or sign in to comment