Compare commits
2 commits
56b7fad502
...
c748db7541
Author | SHA1 | Date | |
---|---|---|---|
c748db7541 | |||
cd71f02cba |
2 changed files with 31 additions and 8 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -6,3 +6,5 @@ build
|
||||||
*.dsw
|
*.dsw
|
||||||
*/PB.project
|
*/PB.project
|
||||||
nbproject
|
nbproject
|
||||||
|
|
||||||
|
\.idea/workspace\.xml
|
||||||
|
|
|
@ -177,12 +177,6 @@ set(DSS_SOURCE_FILES
|
||||||
QTFileLib/QTHintTrack.cpp
|
QTFileLib/QTHintTrack.cpp
|
||||||
QTFileLib/QTRTPFile.cpp
|
QTFileLib/QTRTPFile.cpp
|
||||||
QTFileLib/QTTrack.cpp
|
QTFileLib/QTTrack.cpp
|
||||||
QTFileTools/QTRTPFileTest.tproj/QTRTPFileTest.cpp
|
|
||||||
QTFileTools/QTRTPGen.tproj/QTRTPGen.cpp
|
|
||||||
QTFileTools/QTSampleLister.tproj/QTSampleLister.cpp
|
|
||||||
QTFileTools/QTSDPGen.tproj/QTSDPGen.cpp
|
|
||||||
QTFileTools/QTTrackInfo.tproj/QTTrackInfo.cpp
|
|
||||||
QTFileTools/RTPFileGen.tproj/RTPFileGen.cpp
|
|
||||||
qtpasswd.tproj/QTSSPasswd.cpp
|
qtpasswd.tproj/QTSSPasswd.cpp
|
||||||
RTCPUtilitiesLib/RTCPAckPacket.cpp
|
RTCPUtilitiesLib/RTCPAckPacket.cpp
|
||||||
RTCPUtilitiesLib/RTCPAPPNADUPacket.cpp
|
RTCPUtilitiesLib/RTCPAPPNADUPacket.cpp
|
||||||
|
@ -351,7 +345,6 @@ set(PLAYLIST_BROADCASTER_SOURCE_FILES
|
||||||
RTPMetaInfoLib/RTPMetaInfoPacket.cpp
|
RTPMetaInfoLib/RTPMetaInfoPacket.cpp
|
||||||
RTSPClientLib/ClientSocket.cpp
|
RTSPClientLib/ClientSocket.cpp
|
||||||
RTSPClientLib/RTSPClient.cpp
|
RTSPClientLib/RTSPClient.cpp
|
||||||
|
|
||||||
PlaylistBroadcaster.tproj/BCasterTracker.cpp
|
PlaylistBroadcaster.tproj/BCasterTracker.cpp
|
||||||
PlaylistBroadcaster.tproj/BroadcasterSession.cpp
|
PlaylistBroadcaster.tproj/BroadcasterSession.cpp
|
||||||
PlaylistBroadcaster.tproj/BroadcastLog.cpp
|
PlaylistBroadcaster.tproj/BroadcastLog.cpp
|
||||||
|
@ -446,4 +439,32 @@ add_executable(QTFileInfo ${QTFILELIB_COMMON_SOURCE_FILES} QTFileTools/QTFileInf
|
||||||
target_link_libraries(QTFileInfo pthread)
|
target_link_libraries(QTFileInfo pthread)
|
||||||
|
|
||||||
add_executable(QTFileTest ${QTFILELIB_COMMON_SOURCE_FILES} QTFileTools/QTFileTest.tproj/QTFileTest.cpp)
|
add_executable(QTFileTest ${QTFILELIB_COMMON_SOURCE_FILES} QTFileTools/QTFileTest.tproj/QTFileTest.cpp)
|
||||||
target_link_libraries(QTFileTest pthread)
|
target_link_libraries(QTFileTest pthread)
|
||||||
|
|
||||||
|
add_executable(QTRTPFileTest ${QTFILELIB_COMMON_SOURCE_FILES}
|
||||||
|
QTFileLib/QTRTPFile.cpp
|
||||||
|
QTFileTools/QTRTPFileTest.tproj/QTRTPFileTest.cpp)
|
||||||
|
target_link_libraries(QTRTPFileTest pthread)
|
||||||
|
|
||||||
|
add_executable(QTRTPGen ${QTFILELIB_COMMON_SOURCE_FILES}
|
||||||
|
QTFileLib/QTRTPFile.cpp
|
||||||
|
QTFileTools/QTRTPGen.tproj/QTRTPGen.cpp)
|
||||||
|
target_link_libraries(QTRTPGen pthread)
|
||||||
|
|
||||||
|
add_executable(QTSampleLister ${QTFILELIB_COMMON_SOURCE_FILES}
|
||||||
|
QTFileTools/QTSampleLister.tproj/QTSampleLister.cpp)
|
||||||
|
target_link_libraries(QTSampleLister pthread)
|
||||||
|
|
||||||
|
add_executable(QTSDPGen ${QTFILELIB_COMMON_SOURCE_FILES}
|
||||||
|
QTFileLib/QTRTPFile.cpp
|
||||||
|
QTFileTools/QTSDPGen.tproj/QTSDPGen.cpp)
|
||||||
|
target_link_libraries(QTSDPGen pthread)
|
||||||
|
|
||||||
|
add_executable(QTTrackInfo ${QTFILELIB_COMMON_SOURCE_FILES}
|
||||||
|
QTFileTools/QTTrackInfo.tproj/QTTrackInfo.cpp)
|
||||||
|
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)
|
Loading…
Add table
Add a link
Reference in a new issue