mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-16 22:38:21 +08:00
16 lines
311 B
JSON
16 lines
311 B
JSON
|
{
|
||
|
"name": "vcpkg-ci-ffmpeg",
|
||
|
"version-string": "1",
|
||
|
"port-version": 1,
|
||
|
"description": "Port to force features of certain ports within CI",
|
||
|
"homepage": "https://github.com/microsoft/vcpkg",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "ffmpeg",
|
||
|
"features": [
|
||
|
"all-nonfree"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|