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 v7.0.9 (#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 GitHub
parent 47f8fe4395
commit cc6db250fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 2 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

@ -9,6 +9,6 @@
#define VERSION_MAJOR 7
#define VERSION_MINOR 0
#define VERSION_REVISION 8
#define VERSION_REVISION 9
#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>