aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/spout2/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/spout2/vcpkg.json')
-rw-r--r--vcpkg/ports/spout2/vcpkg.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/spout2/vcpkg.json b/vcpkg/ports/spout2/vcpkg.json
new file mode 100644
index 0000000..f43102f
--- /dev/null
+++ b/vcpkg/ports/spout2/vcpkg.json
@@ -0,0 +1,23 @@
+{
+ "name": "spout2",
+ "version-string": "2.007.010",
+ "description": "Spout is a video frame sharing system for Microsoft Windows, which allows applications to share OpenGL textures in a similar way to Syphon for the Mac.",
+ "homepage": "https://github.com/leadedge/Spout2",
+ "supports": "windows & !uwp & !arm64",
+ "dependencies": [
+ "opengl",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "dx": {
+ "description": "A sub-set of the Spout SDK for applications using DirectX rather than OpenGL."
+ }
+ }
+}