mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 23:32:20 +08:00
b03d383e49
* [libflac] fix pc file; remove m flag on windows and add version * version stuff
16 lines
303 B
JSON
16 lines
303 B
JSON
{
|
|
"name": "libflac",
|
|
"version": "1.3.3",
|
|
"port-version": 7,
|
|
"description": "Library for manipulating FLAC files",
|
|
"homepage": "https://xiph.org/flac/",
|
|
"dependencies": [
|
|
"libogg"
|
|
],
|
|
"features": {
|
|
"asm": {
|
|
"description": "Use any assembly optimization routines"
|
|
}
|
|
}
|
|
}
|