nihed-cros-libva: start this unofficial fork
[nihav-player.git] / nihed-cros-libva / README.md
index 9ac35bc242158d2095ae05f2dab415f73b9f8019..5878bca71cb47f4b1980d27f58be165ab0787809 100644 (file)
@@ -56,13 +56,14 @@ guide](https://chromium.googlesource.com/chromium/src/+/master/docs/gpu/vaapi.md
 
 ## Using
 
-The name of this crate is `cros-libva` to highlight the fact that it originates
+The name of this crate is `nihed-cros-libva` to highlight the fact that it
+a custom fork of a library that originates
 from ChromeOS and it not an official bindings. For ease of use, it is
 recommended to rename it to just `libva` in your project by using the following
 line in your `Cargo.toml`:
 
 ```
-libva = { package = "cros-libva", version = "0.0.1" }
+libva = { package = "nihed-cros-libva", version = "0.0.1" }
 ```
 
 ## Testing