mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 12:31:36 +08:00
20 lines
400 B
JSON
20 lines
400 B
JSON
{
|
|
"name": "faad2",
|
|
"version": "2.9.1",
|
|
"port-version": 4,
|
|
"description": "Freeware Advanced Audio (AAC) Decoder",
|
|
"homepage": "https://sourceforge.net/projects/faac/",
|
|
"supports": "windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"build-decoder": {
|
|
"description": "Build the embedded decoder executable"
|
|
}
|
|
}
|
|
}
|