early-access version 2853
This commit is contained in:
23
externals/vcpkg/ports/libflac/vcpkg.json
vendored
Executable file
23
externals/vcpkg/ports/libflac/vcpkg.json
vendored
Executable file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "libflac",
|
||||
"version": "1.3.4",
|
||||
"description": "Library for manipulating FLAC files",
|
||||
"homepage": "https://xiph.org/flac/",
|
||||
"license": "GFDL-1.2-or-later",
|
||||
"dependencies": [
|
||||
"libogg",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"asm": {
|
||||
"description": "Use any assembly optimization routines"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user