From 9a559c3705d676d68aace7cc060b937c08d68f4c Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 24 May 2021 17:10:11 +0200 Subject: [PATCH] docker: fedora: Add intel-mediasdk package. Add intel-mediasdk package to build gst-msdk plugin in gst-plugins-bad. Part-of: --- docker/fedora/prepare.sh | 1 + gitlab/ci_template.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/fedora/prepare.sh b/docker/fedora/prepare.sh index eb053ae..a85f3e4 100644 --- a/docker/fedora/prepare.sh +++ b/docker/fedora/prepare.sh @@ -22,6 +22,7 @@ dnf install -y \ aalib-devel \ aom \ bat \ + intel-mediasdk-devel \ libaom \ libaom-devel \ libcaca-devel \ diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index a549884..31cb6ae 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -21,7 +21,7 @@ variables: # If you are hacking on them or need a them to rebuild, its enough # to change any part of the string of the image you want. ### - FEDORA_TAG: '2021-06-07.0' + FEDORA_TAG: '2021-06-09.0' CERBERO_TAG: '2020-10-22.0' ANDROID_TAG: '2020-10-22.0' MANIFEST_TAG: '2020-10-22.0' -- 2.7.4