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