aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/avcpp/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/avcpp/vcpkg.json')
-rw-r--r--vcpkg/ports/avcpp/vcpkg.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/vcpkg/ports/avcpp/vcpkg.json b/vcpkg/ports/avcpp/vcpkg.json
new file mode 100644
index 0000000..d750281
--- /dev/null
+++ b/vcpkg/ports/avcpp/vcpkg.json
@@ -0,0 +1,30 @@
+{
+ "name": "avcpp",
+ "version": "2.7.1",
+ "description": "Wrapper for the FFmpeg that simplify usage it from C++ projects.",
+ "homepage": "https://github.com/h4tr3d/avcpp",
+ "license": "LGPL-2.1-only OR BSD-3-Clause",
+ "dependencies": [
+ {
+ "name": "ffmpeg",
+ "default-features": false,
+ "features": [
+ "avcodec",
+ "avdevice",
+ "avfilter",
+ "avformat",
+ "postproc",
+ "swresample",
+ "swscale"
+ ]
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}