mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
try to build srs-librtmp on vs2010, failed.
This commit is contained in:
parent
904a06cadf
commit
eb4e7aad69
6 changed files with 214 additions and 112 deletions
|
@ -30,6 +30,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
typedef long int int64_t;
|
||||
typedef unsigned int u_int32_t;
|
||||
typedef int int32_t;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* srs-librtmp is a librtmp like library,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue