mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Build: Fix srs_mp4_parser compiling error. v6.0.150 v7.0.9 (#4156)
`SrsAutoFree` moved to `srs_core_deprecated.hpp`. --------- Co-authored-by: winlin <winlinvip@gmail.com>
This commit is contained in:
parent
47f8fe4395
commit
cc6db250fb
4 changed files with 5 additions and 2 deletions
|
@ -9,6 +9,6 @@
|
|||
|
||||
#define VERSION_MAJOR 6
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_REVISION 149
|
||||
#define VERSION_REVISION 150
|
||||
|
||||
#endif
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
|
||||
#define VERSION_MAJOR 7
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_REVISION 8
|
||||
#define VERSION_REVISION 9
|
||||
|
||||
#endif
|
|
@ -14,6 +14,7 @@
|
|||
#include <srs_core_autofree.hpp>
|
||||
#include <srs_app_config.hpp>
|
||||
#include <srs_protocol_kbps.hpp>
|
||||
#include <srs_core_deprecated.hpp>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue