1
0
Fork 0
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:
winlin 2013-10-18 09:19:19 +08:00
parent a4c5f94b15
commit eb3b824e6c
4 changed files with 5 additions and 4 deletions

View file

@ -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
View file

@ -0,0 +1,3 @@
#ifndef _srs_icpp_init_stub
#define _srs_icpp_init_stub
#endif

View file

@ -1,3 +0,0 @@
#ifndef _upp_icpp_init_stub
#define _upp_icpp_init_stub
#endif