mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Always enable SRS_TRANSCODE
This commit is contained in:
parent
59d8bb532b
commit
330100769f
9 changed files with 4 additions and 54 deletions
|
@ -55,9 +55,7 @@ class SrsMessageHeader;
|
|||
class SrsHls;
|
||||
class SrsDvr;
|
||||
class SrsDash;
|
||||
#ifdef SRS_AUTO_TRANSCODE
|
||||
class SrsEncoder;
|
||||
#endif
|
||||
class SrsBuffer;
|
||||
#ifdef SRS_AUTO_HDS
|
||||
class SrsHds;
|
||||
|
@ -428,9 +426,7 @@ private:
|
|||
// dvr handler.
|
||||
SrsDvr* dvr;
|
||||
// transcoding handler.
|
||||
#ifdef SRS_AUTO_TRANSCODE
|
||||
SrsEncoder* encoder;
|
||||
#endif
|
||||
#ifdef SRS_AUTO_HDS
|
||||
// adobe hds(http dynamic streaming).
|
||||
SrsHds *hds;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue