zeek/auxil/vcpkg/ports/libmad/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

30 lines
599 B
JSON

{
"name": "libmad",
"version": "0.16.4",
"port-version": 3,
"description": "high-quality MPEG audio decoder",
"homepage": "http://codeberg.org/tenacityteam/libmad",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
{
"name": "aso",
"platform": "x86 | x64 | arm"
}
],
"features": {
"aso": {
"description": "Enable CPU architecture-specific optimizations (x86, ARM and MIPS only)",
"supports": "x86 | x64 | arm"
}
}
}