mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
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: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/301>
This commit is contained in:
parent
3a620ac384
commit
a36ac34d49
1 changed files with 1 additions and 1 deletions
|
@ -68,6 +68,7 @@ dnf install -y \
|
||||||
llvm-devel \
|
llvm-devel \
|
||||||
log4c-devel \
|
log4c-devel \
|
||||||
make \
|
make \
|
||||||
|
nasm \
|
||||||
neon \
|
neon \
|
||||||
neon-devel \
|
neon-devel \
|
||||||
nunit \
|
nunit \
|
||||||
|
@ -128,7 +129,6 @@ dnf debuginfo-install -y gtk3 \
|
||||||
glib-networking \
|
glib-networking \
|
||||||
libcurl \
|
libcurl \
|
||||||
libsoup \
|
libsoup \
|
||||||
nasm \
|
|
||||||
nss \
|
nss \
|
||||||
nss-softokn \
|
nss-softokn \
|
||||||
nss-softokn-freebl \
|
nss-softokn-freebl \
|
||||||
|
|
Loading…
Reference in a new issue