1
0
Fork 0
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:
winlin 2014-11-27 18:20:13 +08:00
parent 904a06cadf
commit eb4e7aad69
6 changed files with 214 additions and 112 deletions

View file

@ -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,