From 39c0dcb0d444737003180ee4ee9839610511a671 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 16 Aug 2022 10:44:41 -0400 Subject: Plug webrtc in --- ci/utils.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/utils.py b/ci/utils.py index c5f0698ee..f3d48dd50 100644 --- a/ci/utils.py +++ b/ci/utils.py @@ -6,7 +6,9 @@ RS_PREFIXED = ['audiofx', 'closedcaption', 'dav1d', 'file', 'json', 'onvif', 'regex', 'webp'] OVERRIDE = {'wrap': 'rstextwrap', 'flavors': 'rsflv', 'ahead': 'textahead', 'tracers': 'rstracers', - 'webrtc-http': 'webrtchttp'} + 'webrtc-http': 'webrtchttp', + 'webrtc': 'rswebrtc' + } def iterate_plugins(): -- cgit v1.2.3