Cargo Features

[dependencies]
libde265 = { version = "0.1.1", default-features = false, features = ["encoder", "static", "system"] }
default = static

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

encoder

Enables encoder of libde265-sys

static default

Enables static of libde265-sys

system

Enables system of libde265-sys

libde265 has 4 features without comments.