From: Kostya Shishkov Date: Sun, 26 Dec 2021 16:17:06 +0000 (+0100) Subject: allstuff: remove unnecessary and outdated list of extern crates X-Git-Url: https://git.nihav.org/?p=nihav.git;a=commitdiff_plain;h=8e26db2fb011c1720f362fe8235f68260edd150c allstuff: remove unnecessary and outdated list of extern crates --- 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;