Compare commits
No commits in common. "e9fc1d1b152935b25d8a364cdff75e32759c5487" and "c748db7541edc4025eb032a4d4ab8b1032674901" have entirely different histories.
e9fc1d1b15
...
c748db7541
1 changed files with 9 additions and 22 deletions
|
@ -52,7 +52,7 @@ set(DSS_SOURCE_FILES
|
|||
APICommonCode/QTSSRollingLog.cpp
|
||||
APICommonCode/SDPSourceInfo.cpp
|
||||
APICommonCode/SourceInfo.cpp
|
||||
# APIModules/OSMemory_Modules/OSMemory_Modules.cpp
|
||||
APIModules/OSMemory_Modules/OSMemory_Modules.cpp
|
||||
APIModules/QTSSAccessLogModule/QTSSAccessLogModule.cpp
|
||||
APIModules/QTSSAccessModule/AccessChecker.cpp
|
||||
APIModules/QTSSAccessModule/QTSSAccessModule.cpp
|
||||
|
@ -177,6 +177,7 @@ set(DSS_SOURCE_FILES
|
|||
QTFileLib/QTHintTrack.cpp
|
||||
QTFileLib/QTRTPFile.cpp
|
||||
QTFileLib/QTTrack.cpp
|
||||
qtpasswd.tproj/QTSSPasswd.cpp
|
||||
RTCPUtilitiesLib/RTCPAckPacket.cpp
|
||||
RTCPUtilitiesLib/RTCPAPPNADUPacket.cpp
|
||||
RTCPUtilitiesLib/RTCPAPPPacket.cpp
|
||||
|
@ -224,7 +225,12 @@ set(DSS_SOURCE_FILES
|
|||
Server.tproj/RTSPSession.cpp
|
||||
Server.tproj/RTSPSession3GPP.cpp
|
||||
Server.tproj/RTSPSessionInterface.cpp
|
||||
Server.tproj/RunServer.cpp)
|
||||
Server.tproj/RunServer.cpp
|
||||
StreamingProxy.tproj/get_opt.c
|
||||
StreamingProxy.tproj/proxy.c
|
||||
StreamingProxy.tproj/proxy_unix.c
|
||||
StreamingProxy.tproj/shared_udp.c
|
||||
StreamingProxy.tproj/util.c)
|
||||
|
||||
add_executable(DarwinStreamingServer ${DSS_SOURCE_FILES})
|
||||
target_link_libraries(DarwinStreamingServer pthread crypt dl m stdc++)
|
||||
|
@ -461,23 +467,4 @@ target_link_libraries(QTTrackInfo pthread)
|
|||
add_executable(RTPFileGen ${QTFILELIB_COMMON_SOURCE_FILES}
|
||||
QTFileLib/QTRTPFile.cpp
|
||||
QTFileTools/RTPFileGen.tproj/RTPFileGen.cpp)
|
||||
target_link_libraries(RTPFileGen pthread)
|
||||
|
||||
add_executable(qtpasswd
|
||||
SafeStdLib/InternalStdLib.cpp
|
||||
CommonUtilitiesLib/md5.c
|
||||
CommonUtilitiesLib/md5digest.cpp
|
||||
CommonUtilitiesLib/OS.cpp
|
||||
CommonUtilitiesLib/OSMutex.cpp
|
||||
CommonUtilitiesLib/MyAssert.cpp
|
||||
CommonUtilitiesLib/StringParser.cpp
|
||||
CommonUtilitiesLib/StrPtrLen.cpp
|
||||
qtpasswd.tproj/QTSSPasswd.cpp)
|
||||
target_link_libraries(qtpasswd pthread crypt)
|
||||
|
||||
add_executable(StreamingProxy
|
||||
StreamingProxy.tproj/get_opt.c
|
||||
StreamingProxy.tproj/proxy.c
|
||||
StreamingProxy.tproj/proxy_unix.c
|
||||
StreamingProxy.tproj/shared_udp.c
|
||||
StreamingProxy.tproj/util.c)
|
||||
target_link_libraries(RTPFileGen pthread)
|
Loading…
Add table
Add a link
Reference in a new issue