1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00

Merge branch 'develop' into merge/develop

This commit is contained in:
winlin 2021-03-08 12:37:28 +08:00
commit e077ba14c8
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 g++ frame0.cpp -g -O0 -o frame && ./frame
*/ */
#include <stdio.h> #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 g++ frame1.cpp -g -O0 -o frame && ./frame
*/ */
#include <stdio.h> #include <stdio.h>