mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 14:29:02 +08:00
805811e16a
* Change minimum CMake version to 3.7.2. This moves our oldest supported Linux back up to today minus 5 years, Debian 9 from 2017 comes with 3.7.2. * Enable more policies.
20 lines
400 B
JSON
20 lines
400 B
JSON
{
|
|
"name": "faad2",
|
|
"version": "2.9.1",
|
|
"port-version": 5,
|
|
"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"
|
|
}
|
|
}
|
|
}
|