mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
rename upp project
This commit is contained in:
parent
a4c5f94b15
commit
eb3b824e6c
4 changed files with 5 additions and 4 deletions
|
@ -28,7 +28,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
int main(int /*argc*/, char** /*argv*/){
|
||||
log_context->SetId();
|
||||
|
||||
SrsWarn("server start");
|
||||
SrsWarn("server start.");
|
||||
SrsInfo("listen at 1935");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
3
trunk/src/srs/init
Executable file
3
trunk/src/srs/init
Executable file
|
@ -0,0 +1,3 @@
|
|||
#ifndef _srs_icpp_init_stub
|
||||
#define _srs_icpp_init_stub
|
||||
#endif
|
|
@ -1,3 +0,0 @@
|
|||
#ifndef _upp_icpp_init_stub
|
||||
#define _upp_icpp_init_stub
|
||||
#endif
|
Loading…
Reference in a new issue