From ced6bcc24647ae07c647a75a166c2d48a9a4d7d7 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Sun, 18 Sep 2022 02:47:38 +0530 Subject: [PATCH] cargo: Update default-members list hlssink can be built by default because it has no dependencies. tutorial and rsfile should not be built by default because they are not very useful, and flavors should not be built by default because it's very incomplete. --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 69107737..07d5b1a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,15 +43,14 @@ members = [ # Only plugins without external dependencies default-members = [ - "tutorial", "version-helper", "audio/audiofx", "audio/claxon", "audio/lewton", - "generic/file", "generic/fmp4", "generic/threadshare", "net/aws", + "net/hlssink3", "net/onvif", "net/raptorq", "net/reqwest", @@ -67,7 +66,6 @@ default-members = [ "utils/uriplaylistbin", "video/cdg", "video/ffv1", - "video/flavors", "video/gif", "video/hsv", "video/rav1e",