mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:29:01 +08:00
e5e9f2f145
* [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>
17 lines
308 B
JSON
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
|
|
}
|
|
]
|
|
}
|