aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libdshowcapture/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libdshowcapture/vcpkg.json')
-rwxr-xr-xvcpkg/ports/libdshowcapture/vcpkg.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/libdshowcapture/vcpkg.json b/vcpkg/ports/libdshowcapture/vcpkg.json
new file mode 100755
index 0000000..057b995
--- /dev/null
+++ b/vcpkg/ports/libdshowcapture/vcpkg.json
@@ -0,0 +1,12 @@
+{
+ "name": "libdshowcapture",
+ "version-date": "2025-02-08",
+ "description": "Free and Open Source C++11 Library for capturing DirectShow video/audio devices on windows.",
+ "supports": "windows & !uwp",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ]
+}