mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add log
This commit is contained in:
parent
7268dd15a1
commit
67d96fcab4
6 changed files with 153 additions and 1 deletions
13
trunk/src/core/srs_core.hpp
Executable file
13
trunk/src/core/srs_core.hpp
Executable file
|
@ -0,0 +1,13 @@
|
|||
#ifndef SRS_CORE_HPP
|
||||
#define SRS_CORE_HPP
|
||||
|
||||
/*
|
||||
#include <srs_core.hpp>
|
||||
*/
|
||||
|
||||
// for int64_t print using PRId64 format.
|
||||
#ifndef __STDC_FORMAT_MACROS
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue