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 (#4156)
`SrsAutoFree` moved to `srs_core_deprecated.hpp`. --------- Co-authored-by: winlin <winlinvip@gmail.com>
This commit is contained in:
parent
41b3623296
commit
b05f7b4452
3 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,6 @@
|
|||
|
||||
#define VERSION_MAJOR 6
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_REVISION 149
|
||||
#define VERSION_REVISION 150
|
||||
|
||||
#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