vcpkg/ports/libdc1394/vcpkg.json
Kai Pastor 6784c97c22
[libdc1394] Fix dependencies, fix osx (#25791)
* Fix dependencies

* Fix osx build

* Update versions
2022-07-15 12:27:25 -07:00

12 lines
487 B
JSON

{
"name": "libdc1394",
"version": "2.2.6",
"port-version": 1,
"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"
]
}