mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:22:47 +08:00
9889c6e3bc
* Update to the newest version * Convert `CONTROL` to `vcpkg.json` * Use `vcpkg_install_msbuild()` instead of deprecated `vcpkg_build_msbuild()`
10 lines
299 B
JSON
10 lines
299 B
JSON
{
|
|
"name": "mpg123",
|
|
"version-string": "1.26.3",
|
|
"description": "mpg123 is a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (MPEG 1.0 layer 3 also known as MP3).",
|
|
"homepage": "https://sourceforge.net/projects/mpg123/",
|
|
"dependencies": [
|
|
"yasm-tool-helper"
|
|
]
|
|
}
|