mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #155, fix all warnings for mac.
This commit is contained in:
parent
51967afb52
commit
a15ce1147f
12 changed files with 148 additions and 148 deletions
|
@ -32,7 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
#ifdef SRS_AUTO_STREAM_CASTER
|
||||
|
||||
class sockaddr_in;
|
||||
struct sockaddr_in;
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
||||
|
@ -46,7 +46,7 @@ class SrsRequest;
|
|||
class SrsRawH264Stream;
|
||||
class SrsSharedPtrMessage;
|
||||
class SrsRawAacStream;
|
||||
class SrsRawAacStreamCodec;
|
||||
struct SrsRawAacStreamCodec;
|
||||
class SrsPithyPrint;
|
||||
|
||||
#include <srs_app_st.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue