Cargo Features

[dependencies]
cudarse-video = { version = "0.1.0", default-features = false, features = ["static", "npp"] }
default = static

The static feature is set by default whenever cudarse-video is added without default-features = false somewhere in the dependency tree.

static default

Static linking against cuda libraries

Enables static of cudarse-driver, optional cudarse-npp, and cudarse-video-sys

npp

Convert decoded images into NPP images

Enables cudarse-npp, npp of cudarse-video-sys

Affects dec::npp