mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 04:33:53 +08:00
65bd24dc94
Amends #33105 et al. Ports selected by grep for vcpkg-msbuild in vcpkg.json && MINGW in portfile.cmake.
16 lines
381 B
JSON
16 lines
381 B
JSON
{
|
|
"name": "mp3lame",
|
|
"version": "3.100",
|
|
"port-version": 12,
|
|
"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"
|
|
}
|
|
]
|
|
}
|