mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine build script for SRT to avoid warnings. v4.0.243
This commit is contained in:
parent
eeb44ebbe9
commit
0a848430e9
4 changed files with 9 additions and 2 deletions
|
@ -9,6 +9,6 @@
|
|||
|
||||
#define VERSION_MAJOR 4
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_REVISION 242
|
||||
#define VERSION_REVISION 243
|
||||
|
||||
#endif
|
||||
|
|
|
@ -69,7 +69,7 @@ private:
|
|||
class rtmp_client : public ts_media_data_callback_I, public std::enable_shared_from_this<rtmp_client> {
|
||||
public:
|
||||
rtmp_client(std::string key_path);
|
||||
~rtmp_client();
|
||||
virtual ~rtmp_client();
|
||||
|
||||
void receive_ts_data(SRT_DATA_MSG_PTR data_ptr);
|
||||
int64_t get_last_live_ts();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue