Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ci/utils.py')
-rw-r--r--ci/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/utils.py b/ci/utils.py
index a3ec3d1e..e0c7626d 100644
--- a/ci/utils.py
+++ b/ci/utils.py
@@ -2,7 +2,7 @@ import os
DIRS = ['audio', 'generic', 'net', 'text', 'utils', 'video']
# Plugins whose name is prefixed by 'rs'
-RS_PREFIXED = ['audiofx', 'closedcaption', 'dav1d', 'file']
+RS_PREFIXED = ['audiofx', 'closedcaption', 'dav1d', 'file', 'json']
OVERRIDE = {'wrap': 'rstextwrap', 'flavors': 'rsflv'}