mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:28:59 +08:00
25 lines
465 B
JSON
25 lines
465 B
JSON
{
|
|
"name": "libflac",
|
|
"version": "1.4.3",
|
|
"description": "Library for manipulating FLAC files",
|
|
"homepage": "https://xiph.org/flac/",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"libogg",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"asm": {
|
|
"description": "Use any assembly optimization routines",
|
|
"supports": "x86"
|
|
}
|
|
}
|
|
}
|