diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-12-07 13:24:14 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-07 13:24:14 -0800 |
| commit | c20e1bc68ab2fe997d8362a893532a0ffe7d91b2 (patch) | |
| tree | 272d9683867d0f30fe1075659c4f44c67d7457af | |
| parent | bf11db581bc3d2c4dec096f0467ec5ccef4bff65 (diff) | |
| parent | 7efd70488cbd8bfb754867d7ca7e9bd7b8857fb9 (diff) | |
| download | vcpkg-c20e1bc68ab2fe997d8362a893532a0ffe7d91b2.tar.gz vcpkg-c20e1bc68ab2fe997d8362a893532a0ffe7d91b2.zip | |
Merge pull request #2314 from peergine-admin/fix-live555-latest
updata live555 live555-latest
| -rw-r--r-- | ports/live555/CONTROL | 2 | ||||
| -rw-r--r-- | ports/live555/liveMedia.txt | 4 | ||||
| -rw-r--r-- | ports/live555/portfile.cmake | 14 |
3 files changed, 11 insertions, 9 deletions
diff --git a/ports/live555/CONTROL b/ports/live555/CONTROL index a2354fad1..ca55f517f 100644 --- a/ports/live555/CONTROL +++ b/ports/live555/CONTROL @@ -1,3 +1,3 @@ Source: live555 -Version: 2017.09.12 +Version: 2017.10.28 Description: A complete RTSP server application diff --git a/ports/live555/liveMedia.txt b/ports/live555/liveMedia.txt index 067fd5bc0..604bf1c50 100644 --- a/ports/live555/liveMedia.txt +++ b/ports/live555/liveMedia.txt @@ -1,7 +1,6 @@ # CMakeLists.txt in liveMedia SET(LIVE_MEDIA_SRCS -rtcp_from_spec.c AC3AudioFileServerMediaSubsession.cpp AC3AudioRTPSink.cpp AC3AudioRTPSource.cpp @@ -103,6 +102,7 @@ MPEG1or2VideoStreamDiscreteFramer.cpp MPEG1or2VideoStreamFramer.cpp MPEG2IndexFromTransportStream.cpp MPEG2TransportFileServerMediaSubsession.cpp +MPEG2TransportStreamAccumulator.cpp MPEG2TransportStreamFramer.cpp MPEG2TransportStreamFromESSource.cpp MPEG2TransportStreamFromPESSource.cpp @@ -138,6 +138,7 @@ QCELPAudioRTPSource.cpp QuickTimeFileSink.cpp QuickTimeGenericRTPSource.cpp RTCP.cpp +rtcp_from_spec.c RTPInterface.cpp RTPSink.cpp RTPSource.cpp @@ -145,6 +146,7 @@ RTSPClient.cpp RTSPCommon.cpp RTSPRegisterSender.cpp RTSPServer.cpp +RTSPServerRegister.cpp RTSPServerSupportingHTTPStreaming.cpp ServerMediaSession.cpp SimpleRTPSink.cpp diff --git a/ports/live555/portfile.cmake b/ports/live555/portfile.cmake index e8b41371a..28aa45eb9 100644 --- a/ports/live555/portfile.cmake +++ b/ports/live555/portfile.cmake @@ -1,9 +1,9 @@ include(vcpkg_common_functions) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/live) vcpkg_download_distfile(ARCHIVE - URLS "http://www.live555.com/liveMedia/public/live.2017.09.12.tar.gz" - FILENAME "live.2017.09.12.tar.gz" - SHA512 09b18b5f5dce28519b6c7cd8d52eb3448711939df051f84c8d6dce0b88d05c982711059f2ce13efccd326b2dbfeb93b88c4e03fe4a88bbd8fcefcb25e51d107d + URLS "http://www.live555.com/liveMedia/public/live.2017.10.28.tar.gz" + FILENAME "live.2017.10.28.tar.gz" + SHA512 eea5bdb8d89e76c8b6aeb6ec04b77af3048cb41f228d230ba4da6045e9bc691a456023d44d8650fe690b08143567ed5af5b633f5b6522debff79344a813dc7d0 ) vcpkg_extract_source_archive(${ARCHIVE}) @@ -52,10 +52,10 @@ file(GLOB DEBUG_LIBS ) file(GLOB HEADERS -"${CURRENT_BUILDTREES_DIR}/src/live/BasicUsageEnvironment/include/*.hh" -"${CURRENT_BUILDTREES_DIR}/src/live/groupsock/include/*.hh" -"${CURRENT_BUILDTREES_DIR}/src/live/liveMedia/include/*.hh" -"${CURRENT_BUILDTREES_DIR}/src/live/UsageEnvironment/include/*.hh" +"${CURRENT_BUILDTREES_DIR}/src/live/BasicUsageEnvironment/include/*.h*" +"${CURRENT_BUILDTREES_DIR}/src/live/groupsock/include/*.h*" +"${CURRENT_BUILDTREES_DIR}/src/live/liveMedia/include/*.h*" +"${CURRENT_BUILDTREES_DIR}/src/live/UsageEnvironment/include/*.h*" ) if(DLLS) file(INSTALL ${DLLS} DESTINATION ${CURRENT_PACKAGES_DIR}/bin) |
