mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +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 \
|
||||
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 \
|
||||
|
|
Loading…
Reference in a new issue