1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

rename srs_kernel_buffer to temp

This commit is contained in:
winlin 2015-09-22 08:42:54 +08:00
parent faf6d15878
commit ac2b03a3ed
14 changed files with 22 additions and 22 deletions

View file

@ -34,7 +34,7 @@ using namespace std;
#include <srs_app_utility.hpp>
#include <srs_core_autofree.hpp>
#include <srs_kernel_stream.hpp>
#include <srs_kernel_buffer.hpp>
#include <srs_kernel_temp.hpp>
#include <srs_rtmp_stack.hpp>
#include <srs_rtmp_amf0.hpp>
#include <srs_rtmp_utility.hpp>