mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-04 08:05:34 +08:00
updata live555 live555-latest
This commit is contained in:
parent
705c8f2012
commit
af8e296db5
@ -1,7 +1,6 @@
|
|||||||
# CMakeLists.txt in liveMedia
|
# CMakeLists.txt in liveMedia
|
||||||
|
|
||||||
SET(LIVE_MEDIA_SRCS
|
SET(LIVE_MEDIA_SRCS
|
||||||
rtcp_from_spec.c
|
|
||||||
AC3AudioFileServerMediaSubsession.cpp
|
AC3AudioFileServerMediaSubsession.cpp
|
||||||
AC3AudioRTPSink.cpp
|
AC3AudioRTPSink.cpp
|
||||||
AC3AudioRTPSource.cpp
|
AC3AudioRTPSource.cpp
|
||||||
@ -103,6 +102,7 @@ MPEG1or2VideoStreamDiscreteFramer.cpp
|
|||||||
MPEG1or2VideoStreamFramer.cpp
|
MPEG1or2VideoStreamFramer.cpp
|
||||||
MPEG2IndexFromTransportStream.cpp
|
MPEG2IndexFromTransportStream.cpp
|
||||||
MPEG2TransportFileServerMediaSubsession.cpp
|
MPEG2TransportFileServerMediaSubsession.cpp
|
||||||
|
MPEG2TransportStreamAccumulator.cpp
|
||||||
MPEG2TransportStreamFramer.cpp
|
MPEG2TransportStreamFramer.cpp
|
||||||
MPEG2TransportStreamFromESSource.cpp
|
MPEG2TransportStreamFromESSource.cpp
|
||||||
MPEG2TransportStreamFromPESSource.cpp
|
MPEG2TransportStreamFromPESSource.cpp
|
||||||
@ -138,6 +138,7 @@ QCELPAudioRTPSource.cpp
|
|||||||
QuickTimeFileSink.cpp
|
QuickTimeFileSink.cpp
|
||||||
QuickTimeGenericRTPSource.cpp
|
QuickTimeGenericRTPSource.cpp
|
||||||
RTCP.cpp
|
RTCP.cpp
|
||||||
|
rtcp_from_spec.c
|
||||||
RTPInterface.cpp
|
RTPInterface.cpp
|
||||||
RTPSink.cpp
|
RTPSink.cpp
|
||||||
RTPSource.cpp
|
RTPSource.cpp
|
||||||
@ -145,6 +146,7 @@ RTSPClient.cpp
|
|||||||
RTSPCommon.cpp
|
RTSPCommon.cpp
|
||||||
RTSPRegisterSender.cpp
|
RTSPRegisterSender.cpp
|
||||||
RTSPServer.cpp
|
RTSPServer.cpp
|
||||||
|
RTSPServerRegister.cpp
|
||||||
RTSPServerSupportingHTTPStreaming.cpp
|
RTSPServerSupportingHTTPStreaming.cpp
|
||||||
ServerMediaSession.cpp
|
ServerMediaSession.cpp
|
||||||
SimpleRTPSink.cpp
|
SimpleRTPSink.cpp
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
include(vcpkg_common_functions)
|
include(vcpkg_common_functions)
|
||||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/live)
|
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/live)
|
||||||
vcpkg_download_distfile(ARCHIVE
|
vcpkg_download_distfile(ARCHIVE
|
||||||
URLS "http://www.live555.com/liveMedia/public/live.2017.09.12.tar.gz"
|
URLS "http://www.live555.com/liveMedia/public/live555-latest.tar.gz"
|
||||||
FILENAME "live.2017.09.12.tar.gz"
|
FILENAME "live555-latest.tar.gz"
|
||||||
SHA512 09b18b5f5dce28519b6c7cd8d52eb3448711939df051f84c8d6dce0b88d05c982711059f2ce13efccd326b2dbfeb93b88c4e03fe4a88bbd8fcefcb25e51d107d
|
SHA512 eea5bdb8d89e76c8b6aeb6ec04b77af3048cb41f228d230ba4da6045e9bc691a456023d44d8650fe690b08143567ed5af5b633f5b6522debff79344a813dc7d0
|
||||||
)
|
)
|
||||||
vcpkg_extract_source_archive(${ARCHIVE})
|
vcpkg_extract_source_archive(${ARCHIVE})
|
||||||
|
|
||||||
@ -52,10 +52,10 @@ file(GLOB DEBUG_LIBS
|
|||||||
)
|
)
|
||||||
|
|
||||||
file(GLOB HEADERS
|
file(GLOB HEADERS
|
||||||
"${CURRENT_BUILDTREES_DIR}/src/live/BasicUsageEnvironment/include/*.hh"
|
"${CURRENT_BUILDTREES_DIR}/src/live/BasicUsageEnvironment/include/*.h*"
|
||||||
"${CURRENT_BUILDTREES_DIR}/src/live/groupsock/include/*.hh"
|
"${CURRENT_BUILDTREES_DIR}/src/live/groupsock/include/*.h*"
|
||||||
"${CURRENT_BUILDTREES_DIR}/src/live/liveMedia/include/*.hh"
|
"${CURRENT_BUILDTREES_DIR}/src/live/liveMedia/include/*.h*"
|
||||||
"${CURRENT_BUILDTREES_DIR}/src/live/UsageEnvironment/include/*.hh"
|
"${CURRENT_BUILDTREES_DIR}/src/live/UsageEnvironment/include/*.h*"
|
||||||
)
|
)
|
||||||
if(DLLS)
|
if(DLLS)
|
||||||
file(INSTALL ${DLLS} DESTINATION ${CURRENT_PACKAGES_DIR}/bin)
|
file(INSTALL ${DLLS} DESTINATION ${CURRENT_PACKAGES_DIR}/bin)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user