aboutsummaryrefslogtreecommitdiff
path: root/ports/libsndfile/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libsndfile/vcpkg.json')
-rw-r--r--ports/libsndfile/vcpkg.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/ports/libsndfile/vcpkg.json b/ports/libsndfile/vcpkg.json
new file mode 100644
index 000000000..b9dcdb147
--- /dev/null
+++ b/ports/libsndfile/vcpkg.json
@@ -0,0 +1,22 @@
+{
+ "name": "libsndfile",
+ "version-string": "1.0.29",
+ "port-version": 11,
+ "description": "Library to read, write and manipulate many soundfile types. Authored by Eric de Castro Lopo",
+ "homepage": "https://github.com/erikd/libsndfile",
+ "license": "LGPL-2.1",
+ "default-features": [
+ "external-libs"
+ ],
+ "features": [
+ {
+ "name": "external-libs",
+ "description": "Default feature. Enables Ogg Vorbis, FLAC and Ogg Opus formats support.",
+ "dependencies": [
+ "libflac",
+ "libvorbis",
+ "opus"
+ ]
+ }
+ ]
+}