mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 06:29:02 +08:00
89c0f688b8
* fix libmad hash * update version * use vcpkg_from_git * update git-tree * undo vcpkg_from_git * update git-tree --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
18 lines
329 B
JSON
18 lines
329 B
JSON
{
|
|
"name": "libmad",
|
|
"version": "0.16.4",
|
|
"port-version": 1,
|
|
"description": "high-quality MPEG audio decoder",
|
|
"homepage": "http://codeberg.org/tenacityteam/libmad",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|