vcpkg/ports/libmad/vcpkg.json
Avery King e5e9f2f145
[libmad] update to 0.16.4 (#35898)
* [libmad] update to 0.16.4

Switches libmad to Tenacity's maintained version.

Signed-off-by: Avery King <avery98@pm.me>

* update filename

Co-authored-by: Kai Pastor <dg0yt@darc.de>

* update version db

---------

Signed-off-by: Avery King <avery98@pm.me>
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: Javier Matos Denizac <javiermat@microsoft.com>
2024-01-24 13:31:39 -08:00

17 lines
308 B
JSON

{
"name": "libmad",
"version": "0.16.4",
"description": "high-quality MPEG audio decoder",
"homepage": "http://codeberg.org/tenacityteam/libmad",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}