vcpkg/ports/faad2/vcpkg.json
Billy O'Neal 805811e16a
Change minimum CMake version to 3.7.2. (#23134)
* 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.
2022-02-17 10:46:49 -08:00

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