mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 06:43:24 +08:00
[gstreamer] nvcodec feature (#34690)
* Reverts hard-coded disable in https://github.com/microsoft/vcpkg/pull/34152
This commit is contained in:
parent
46b3d5404d
commit
cf9fe90138
@ -94,6 +94,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
libde265 gst-plugins-bad:libde265
|
||||
microdns gst-plugins-bad:microdns
|
||||
modplug gst-plugins-bad:modplug
|
||||
nvcodec gst-plugins-bad:nvcodec
|
||||
openal gst-plugins-bad:openal
|
||||
openh264 gst-plugins-bad:openh264
|
||||
openjpeg gst-plugins-bad:openjpeg
|
||||
@ -249,7 +250,6 @@ vcpkg_configure_meson(
|
||||
-Dgst-plugins-bad:msdk=disabled
|
||||
-Dgst-plugins-bad:musepack=disabled
|
||||
-Dgst-plugins-bad:neon=disabled
|
||||
-Dgst-plugins-bad:nvcodec=disabled
|
||||
-Dgst-plugins-bad:onnx=disabled # libonnxruntime not found
|
||||
-Dgst-plugins-bad:openaptx=disabled
|
||||
-Dgst-plugins-bad:opencv=disabled # opencv not found
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "gstreamer",
|
||||
"version": "1.22.5",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": "GStreamer open-source multimedia framework core library",
|
||||
"homepage": "https://gstreamer.freedesktop.org/",
|
||||
"license": "LGPL-2.0-only",
|
||||
@ -422,6 +422,19 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"nvcodec": {
|
||||
"description": "Enable support for the NVCODEC encoders and decoders",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "gstreamer",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"plugins-bad"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"ogg": {
|
||||
"description": "Enable support for the Ogg container format (commonly used by Vorbis, Theora and flac)",
|
||||
"dependencies": [
|
||||
|
@ -3098,7 +3098,7 @@
|
||||
},
|
||||
"gstreamer": {
|
||||
"baseline": "1.22.5",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"gtest": {
|
||||
"baseline": "1.14.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b18eecdb79cdeb95b0c5e003cf14ababd9bca7c9",
|
||||
"version": "1.22.5",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "5bcd4e4f541fb90ffef24a354db74f5555f2ba6d",
|
||||
"version": "1.22.5",
|
||||
|
Loading…
Reference in New Issue
Block a user