mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #913, add complex error.
This commit is contained in:
parent
58521751c3
commit
bb200b5d2d
6 changed files with 190 additions and 39 deletions
|
@ -115,4 +115,8 @@
|
|||
#error "only support i386/amd64/x86_64/arm cpu"
|
||||
#endif
|
||||
|
||||
// Error predefined for all modules.
|
||||
class SrsError;
|
||||
typedef SrsError* srs_error_t;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue