use NAPacketiser::attach_stream() where appropriate
[nihav-player.git] / videoplayer / Cargo.toml
1 [package]
2 name = "nihav-player"
3 version = "0.1.0"
4 authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
5 edition = "2018"
6
7 [dependencies]
8 nihav_core = { path="../../nihav-core" }
9 nihav_registry = { path="../../nihav-registry" }
10 nihav_allstuff = { path="../../nihav-allstuff" }
11 hwdec_vaapi = { path="../hwdec-vaapi", optional = true }
12
13 sdl2 = "^0.33"
14
15 [features]
16 default = ["hwaccel"]
17 debug = []
18 hwaccel = ["hwdec_vaapi"]