summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2021-05-24 17:10:11 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2021-06-21 09:47:32 +0200
commit9a559c3705d676d68aace7cc060b937c08d68f4c (patch)
tree560fe5fd04d6e95e4cdb99096d3d6284f64f2f95
parentcfdc3bdc3185004abb9d878d9359bae5c9d9d9ab (diff)
docker: fedora: Add intel-mediasdk package.
Add intel-mediasdk package to build gst-msdk plugin in gst-plugins-bad. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/403>
-rw-r--r--docker/fedora/prepare.sh1
-rw-r--r--gitlab/ci_template.yml2
2 files changed, 2 insertions, 1 deletions
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'