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

fix #495, decrease the srs-librtmp size. 2.0.193

This commit is contained in:
winlin 2015-10-01 13:04:28 +08:00
parent 65e4bf2e77
commit a3c229472e
15 changed files with 60 additions and 3 deletions

View file

@ -525,6 +525,8 @@ enum SrsAvcLevel
};
std::string srs_codec_avc_level2str(SrsAvcLevel level);
#if !defined(SRS_EXPORT_LIBRTMP)
/**
* the h264/avc and aac codec, for media stream.
*
@ -663,3 +665,6 @@ private:
};
#endif
#endif