From d7322403f2ed8df3045c807bbbc74e039105bd16 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Wed, 21 Nov 2018 23:05:16 -0500 Subject: [PATCH] gitlab: Add orc and cerbero to manifest --- gitlab/build_manifest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitlab/build_manifest.py b/gitlab/build_manifest.py index 732ca4ab45..fcce1b7f3b 100755 --- a/gitlab/build_manifest.py +++ b/gitlab/build_manifest.py @@ -11,7 +11,8 @@ from urllib.parse import urlparse # from pprint import pprint GSTREAMER_MODULES: List[str] = [ - # 'orc', + 'orc', + 'cerbero', 'gst-build', 'gstreamer', 'gst-plugins-base',