mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:29:08 +08:00
c35b8168fc
* [faad2] Update to 2.10.1 * Fix tools uninstalled
20 lines
413 B
JSON
20 lines
413 B
JSON
{
|
|
"name": "faad2",
|
|
"version": "2.10.1",
|
|
"description": "Freeware Advanced Audio (AAC) Decoder",
|
|
"homepage": "https://sourceforge.net/projects/faac/",
|
|
"license": "GPL-2.0-or-later",
|
|
"supports": "windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"build-decoder": {
|
|
"description": "Build the embedded decoder executable"
|
|
}
|
|
}
|
|
}
|