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

add build framework

This commit is contained in:
winlin 2013-10-17 20:58:04 +08:00
parent 200df25aab
commit 7268dd15a1
9 changed files with 285 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#include <unistd.h>
int main(int /*argc*/, char** /*argv*/){
return 0;
}