nihed-cros-libva: use simple error enum instead of anyhow crate
[nihav-player.git] / nihed-cros-libva / src / lib.rs
index 8747b2b4be1f8aa896177b64ae68a46f8917b16f..83b459a5fbb0a83d262ad0bd78ca7c7190f44407 100644 (file)
@@ -37,6 +37,7 @@ pub use display::*;
 pub use generic_value::*;
 pub use image::*;
 pub use picture::*;
+pub use status::*;
 pub use surface::*;
 pub use usage_hint::*;