vcpkg/ports/libmad/vcpkg.json
d10sfan acdc823534
[libmad] Add dynamic support (#31350)
* [libmad] Add dynamic building

* Update version

* Fix version

* Fixes to use vcpkg concepts

* Update version

* change to mad

* Update version

* PR fixes

* Update version

* Add version

* Update version
2023-05-11 11:16:10 -07:00

14 lines
262 B
JSON

{
"name": "libmad",
"version": "0.15.1",
"port-version": 12,
"description": "high-quality MPEG audio decoder",
"homepage": "http://www.mars.org/home/rob/proj/mpeg/",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}