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:
commit
e077ba14c8
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue