Not quite building qtpasswd and StreamingProxy
Got those out of DSS's target, so now only competing definitions sof new and delete are preventing it from linking
This commit is contained in:
parent
c748db7541
commit
d10544c1e7
1 changed files with 11 additions and 8 deletions
|
@ -177,7 +177,6 @@ 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
|
||||
|
@ -225,12 +224,7 @@ set(DSS_SOURCE_FILES
|
|||
Server.tproj/RTSPSession.cpp
|
||||
Server.tproj/RTSPSession3GPP.cpp
|
||||
Server.tproj/RTSPSessionInterface.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)
|
||||
Server.tproj/RunServer.cpp)
|
||||
|
||||
add_executable(DarwinStreamingServer ${DSS_SOURCE_FILES})
|
||||
target_link_libraries(DarwinStreamingServer pthread crypt dl m stdc++)
|
||||
|
@ -468,3 +462,12 @@ add_executable(RTPFileGen ${QTFILELIB_COMMON_SOURCE_FILES}
|
|||
QTFileLib/QTRTPFile.cpp
|
||||
QTFileTools/RTPFileGen.tproj/RTPFileGen.cpp)
|
||||
target_link_libraries(RTPFileGen pthread)
|
||||
|
||||
add_executable(qtpasswd qtpasswd.tproj/QTSSPasswd.cpp)
|
||||
|
||||
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)
|
Loading…
Add table
Add a link
Reference in a new issue