Skip to content

Commit

Permalink
Remove old files
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaufman committed Jun 15, 2023
1 parent 31284aa commit 2c92a57
Show file tree
Hide file tree
Showing 16 changed files with 356 additions and 2,707 deletions.
4 changes: 2 additions & 2 deletions config.linux
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ OBJ = o
LINK = c++ -o
LINK_OPTS = -L. $(LDFLAGS)
CONSOLE_LINK_OPTS = $(LINK_OPTS)
LIBRARY_LINK = ar cr
LIBRARY_LINK_OPTS =
LIBRARY_LINK = ar cr
LIBRARY_LINK_OPTS =
LIB_SUFFIX = a
LIBS_FOR_CONSOLE_APPLICATION = -lssl -lcrypto
LIBS_FOR_GUI_APPLICATION =
Expand Down
17 changes: 0 additions & 17 deletions config.linux.orig

This file was deleted.

948 changes: 0 additions & 948 deletions liveMedia/ProxyServerMediaSession.cpp.orig

This file was deleted.

23 changes: 0 additions & 23 deletions liveMedia/ProxyServerMediaSession.cpp.rej

This file was deleted.

238 changes: 0 additions & 238 deletions liveMedia/include/ProxyServerMediaSession.hh.orig

This file was deleted.

8 changes: 4 additions & 4 deletions mediaServer/DynamicRTSPServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ ::lookupServerMediaSession(char const* streamName,

sms = NULL;
} else {
if (smsExists && isFirstLookupInSession) {
if (smsExists && isFirstLookupInSession) {
// Remove the existing "ServerMediaSession" and create a new one, in case the underlying
// file has changed in some way:
removeServerMediaSession(sms);
removeServerMediaSession(sms);
sms = NULL;
}
}

if (sms == NULL) {
sms = createNewSMS(envir(), streamName, fid);
sms = createNewSMS(envir(), streamName, fid);
addServerMediaSession(sms);
}

Expand Down
Loading

0 comments on commit 2c92a57

Please sign in to comment.