mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 20:44:45 +08:00
[libsrt] Produce correct library kind (#26471)
* [libsrt] respect VCPKG_LIBRARY_LINKAGE * ./vcpkg x-add-version --all
This commit is contained in:
parent
02fcf92f48
commit
5bb60c0580
@ -20,8 +20,8 @@ vcpkg_cmake_configure(
|
|||||||
SOURCE_PATH "${SOURCE_PATH}"
|
SOURCE_PATH "${SOURCE_PATH}"
|
||||||
OPTIONS ${FEATURE_OPTIONS}
|
OPTIONS ${FEATURE_OPTIONS}
|
||||||
-DENABLE_CXX11=ON
|
-DENABLE_CXX11=ON
|
||||||
-DENABLE_SHARED=${KEYSTONE_BUILD_STATIC}
|
-DENABLE_STATIC=${KEYSTONE_BUILD_STATIC}
|
||||||
-DENABLE_STATIC=${KEYSTONE_BUILD_SHARED}
|
-DENABLE_SHARED=${KEYSTONE_BUILD_SHARED}
|
||||||
-DENABLE_UNITTESTS=OFF
|
-DENABLE_UNITTESTS=OFF
|
||||||
-DUSE_OPENSSL_PC=OFF
|
-DUSE_OPENSSL_PC=OFF
|
||||||
)
|
)
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "libsrt",
|
"name": "libsrt",
|
||||||
"version": "1.5.0",
|
"version": "1.5.0",
|
||||||
|
"port-version": 1,
|
||||||
"description": "Secure Reliable Transport (SRT) is an open source transport technology that optimizes streaming performance across unpredictable networks, such as the Internet.",
|
"description": "Secure Reliable Transport (SRT) is an open source transport technology that optimizes streaming performance across unpredictable networks, such as the Internet.",
|
||||||
"homepage": "https://github.com/Haivision/srt",
|
"homepage": "https://github.com/Haivision/srt",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
|
@ -4122,7 +4122,7 @@
|
|||||||
},
|
},
|
||||||
"libsrt": {
|
"libsrt": {
|
||||||
"baseline": "1.5.0",
|
"baseline": "1.5.0",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"libsrtp": {
|
"libsrtp": {
|
||||||
"baseline": "2.4.2",
|
"baseline": "2.4.2",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "67081a32f9ebb0639c8cdf50daf0da4db33dfd37",
|
||||||
|
"version": "1.5.0",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "eb7fad3230d33ce43f4e008d3ec92cb286fe01e5",
|
"git-tree": "eb7fad3230d33ce43f4e008d3ec92cb286fe01e5",
|
||||||
"version": "1.5.0",
|
"version": "1.5.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user