mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 05:09:01 +08:00
16 lines
381 B
JSON
16 lines
381 B
JSON
{
|
|
"name": "mp3lame",
|
|
"version": "3.100",
|
|
"port-version": 13,
|
|
"description": "LAME is a high quality MPEG Audio Layer III (MP3) encoder licensed under the LGPL.",
|
|
"homepage": "https://sourceforge.net/projects/lame",
|
|
"license": "LGPL-2.0-only",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-msbuild",
|
|
"host": true,
|
|
"platform": "windows & !mingw"
|
|
}
|
|
]
|
|
}
|