diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2021-12-26 17:17:06 +0100 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2021-12-26 17:17:06 +0100 |
commit | 8e26db2fb011c1720f362fe8235f68260edd150c (patch) | |
tree | a6182867a48c1303e40165b16174aa1026ef6a56 | |
parent | 549152963d868fc896287193b7ac7767e8794e01 (diff) | |
download | nihav-8e26db2fb011c1720f362fe8235f68260edd150c.tar.gz |
allstuff: remove unnecessary and outdated list of extern crates
-rw-r--r-- | nihav-allstuff/src/lib.rs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/nihav-allstuff/src/lib.rs b/nihav-allstuff/src/lib.rs index 7195640..1ef01c4 100644 --- a/nihav-allstuff/src/lib.rs +++ b/nihav-allstuff/src/lib.rs @@ -1,17 +1,4 @@ //! Umbrella crate to register decoders and demuxers from all known NihAV crates. -extern crate nihav_core; -extern crate nihav_commonfmt; -extern crate nihav_duck; -extern crate nihav_game; -extern crate nihav_indeo; -extern crate nihav_itu; -extern crate nihav_llaudio; -extern crate nihav_ms; -extern crate nihav_qt; -extern crate nihav_rad; -extern crate nihav_realmedia; -extern crate nihav_vivo; - use nihav_core::codecs::RegisteredDecoders; use nihav_core::codecs::RegisteredPacketisers; use nihav_core::codecs::RegisteredEncoders; |