vcpkg/ports/faad2/vcpkg.json
Cheney Wang c35b8168fc
[faad2] Update to 2.10.1 (#29319)
* [faad2] Update to 2.10.1

* Fix tools uninstalled
2023-02-01 17:10:23 -08:00

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"
}
}
}