aboutsummaryrefslogtreecommitdiff
path: root/ports/libilbc
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libilbc')
-rw-r--r--ports/libilbc/CONTROL5
-rw-r--r--ports/libilbc/vcpkg.json8
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/libilbc/CONTROL b/ports/libilbc/CONTROL
deleted file mode 100644
index 15503b658..000000000
--- a/ports/libilbc/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: libilbc
-Version: 3.0.3
-Description: Open source implementation of the Internet Low Bit Rate Codec (iLBC) / RFC 3951 codec from the WebRTC project.
-Homepage: https://github.com/TimothyGu/libilbc
-Supports: !(arm&uwp) \ No newline at end of file
diff --git a/ports/libilbc/vcpkg.json b/ports/libilbc/vcpkg.json
new file mode 100644
index 000000000..96daeb881
--- /dev/null
+++ b/ports/libilbc/vcpkg.json
@@ -0,0 +1,8 @@
+{
+ "name": "libilbc",
+ "version-string": "3.0.3",
+ "port-version": 1,
+ "description": "Open source implementation of the Internet Low Bit Rate Codec (iLBC) / RFC 3951 codec from the WebRTC project.",
+ "homepage": "https://github.com/TimothyGu/libilbc",
+ "supports": "!(arm & uwp)"
+}