vcpkg/ports/libflac/vcpkg.json
Alexander Neumann b03d383e49
[libflac] Fix pc file (#21675)
* [libflac] fix pc file; remove m flag on windows and add version

* version stuff
2021-11-29 12:02:52 -08:00

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"
}
}
}