1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00
This commit is contained in:
winlin 2021-03-06 10:46:07 +08:00
parent c3f057e4d3
commit fe1b427462
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
/*
# https://winlin.blog.csdn.net/article/details/109356535
# https://www.jianshu.com/p/eaa2700ebedc
g++ frame0.cpp -g -O0 -o frame && ./frame
*/
#include <stdio.h>

View file

@ -1,5 +1,5 @@
/*
# https://winlin.blog.csdn.net/article/details/109356535
# https://www.jianshu.com/p/eaa2700ebedc
g++ frame1.cpp -g -O0 -o frame && ./frame
*/
#include <stdio.h>