CVideo4Linux

1.0.2

A quickie Swift module for the Video4Linux library
BradLarson/CVideo4Linux

What's New

2017-12-12T19:52:38Z

CVideo4Linux

This is a simple module map for Video4Linux, most likely to be used for Linux. I've used this in a couple of projects in Ubuntu 14.04 after installing the Mesa headers.

To use, have something like the following in your application's Package.swift:

import PackageDescription

let package = Package(
    dependencies: [
        .Package(url: "https://github.com/BradLarson/CVideo4Linux.git", majorVersion: 1)
    ]
)

or clone this locally and use

swiftc -I ./CVideo4Linux myfile.swift

or the like to pull it in.

Then you just need an

import CVideo4Linux

in your Swift code to import the Video4Linux functions and types.

Description

  • Swift Tools 4.0.0
View More Packages from this Author

Dependencies

  • None
Last updated: Wed Mar 29 2023 00:25:02 GMT-0900 (Hawaii-Aleutian Daylight Time)