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

refine the makefile.

This commit is contained in:
winlin 2014-10-18 13:16:17 +08:00
parent 4fe5a9bdb3
commit d9b12b151c
3 changed files with 33 additions and 363 deletions

7
trunk/research/st/srs.c Normal file
View file

@ -0,0 +1,7 @@
#include "public.h"
int main(int argc, char** argv)
{
return 0;
}