Cargo Features
[dependencies]
cudarse-video = { version = "0.1.0", default-features = false, features = ["static", "npp"] }
- default = static
-
The
static
feature is set by default whenevercudarse-video
is added without
somewhere in the dependency tree.default-features = false - 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
…