diff options
Diffstat (limited to 'vcpkg/ports/libdc1394/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libdc1394/vcpkg.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vcpkg/ports/libdc1394/vcpkg.json b/vcpkg/ports/libdc1394/vcpkg.json new file mode 100644 index 0000000..575b58f --- /dev/null +++ b/vcpkg/ports/libdc1394/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "libdc1394", + "version": "2.2.7", + "description": "libdc1394 is a library that provides a complete high level application programming interface (API) for developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specifications (also known as the IIDC or DCAM Specifications).", + "homepage": "https://damien.douxchamps.net/ieee1394/libdc1394", + "supports": "!windows", + "dependencies": [ + "libusb" + ] +} |