1
0
Fork 0
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:
Jacob Su 2024-08-24 21:48:10 +08:00 committed by winlin
parent 41b3623296
commit b05f7b4452
3 changed files with 3 additions and 1 deletions

View file

@ -9,6 +9,6 @@
#define VERSION_MAJOR 6
#define VERSION_MINOR 0
#define VERSION_REVISION 149
#define VERSION_REVISION 150
#endif

View file

@ -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>