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

donot install tools when ffmpeg is not open, 0.9.108

This commit is contained in:
winlin 2014-05-20 18:11:33 +08:00
parent 5bb6e657c3
commit 2265173c4d
5 changed files with 125 additions and 85 deletions

View file

@ -154,6 +154,11 @@ int srs_version_major();
int srs_version_minor();
int srs_version_revision();
/**
* utilities
*/
extern int64_t srs_get_time_ms();
#ifdef __cplusplus
}
#endif