From a36ac34d49551976c7b44e193a3d221cfc065d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 4 Jun 2020 18:44:51 +0100 Subject: [PATCH] docker: fedora: install nasm properly Add it to install list not debuginfo-install list. Should make openh264 subproject work in gst-build builds. Fixes #76 Part-of: --- docker/fedora/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/fedora/prepare.sh b/docker/fedora/prepare.sh index 49d931a457..dc5afc1b74 100644 --- a/docker/fedora/prepare.sh +++ b/docker/fedora/prepare.sh @@ -68,6 +68,7 @@ dnf install -y \ llvm-devel \ log4c-devel \ make \ + nasm \ neon \ neon-devel \ nunit \ @@ -128,7 +129,6 @@ dnf debuginfo-install -y gtk3 \ glib-networking \ libcurl \ libsoup \ - nasm \ nss \ nss-softokn \ nss-softokn-freebl \