mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:38:59 +08:00
1747449be8
* [faad2] Update to 2.11.1 * update version * fix tools name * version --------- Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
14 lines
277 B
JSON
14 lines
277 B
JSON
{
|
|
"name": "faad2",
|
|
"version": "2.11.1",
|
|
"description": "Freeware Advanced Audio (AAC) Decoder",
|
|
"homepage": "https://sourceforge.net/projects/faac/",
|
|
"license": "GPL-2.0-or-later",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|