X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=videoplayer%2FCargo.toml;h=8cdc4a2bb96312807f13b82ff47b4bb0dd34c8eb;hb=HEAD;hp=f145029d15bcce3e7c9be085bc9f9f675e75634e;hpb=69b93cb5370e2ba672d8bd7ac5717038c0bf3d47;p=nihav-player.git diff --git a/videoplayer/Cargo.toml b/videoplayer/Cargo.toml index f145029..8cdc4a2 100644 --- a/videoplayer/Cargo.toml +++ b/videoplayer/Cargo.toml @@ -8,9 +8,11 @@ edition = "2018" nihav_core = { path="../../nihav-core" } nihav_registry = { path="../../nihav-registry" } nihav_allstuff = { path="../../nihav-allstuff" } +hwdec_vaapi = { path="../hwdec-vaapi", optional = true } sdl2 = "^0.33" [features] -default = [] -debug = [] \ No newline at end of file +default = ["hwaccel"] +debug = [] +hwaccel = ["hwdec_vaapi"] \ No newline at end of file