early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

View File

@@ -0,0 +1,3 @@
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
message(WARNING "The sndfile port is deprecated, using libsndfile instead")

25
externals/vcpkg/ports/sndfile/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,25 @@
{
"name": "sndfile",
"version-string": "0",
"port-version": 1,
"description": "x Library to read, write and manipulate many soundfile types.",
"dependencies": [
"libsndfile"
],
"default-features": [
"external-libs"
],
"features": {
"external-libs": {
"description": "Support Ogg Vorbis and FLAC audio files",
"dependencies": [
{
"name": "libsndfile",
"features": [
"external-libs"
]
}
]
}
}
}