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

add ffempty

This commit is contained in:
winlin 2013-11-30 21:56:50 +08:00
parent 2be9ef2a8b
commit ee18b9f537
2 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,2 @@
ffempty: ffempty.cc Makefile
g++ -o ffempty ffempty.cc -g -O0 -ansi