[PATCH 0/1] MR10701: gitlab: Add nasm to the CI docker images.
From: Rémi Bernon <rbernon@codeweavers.com> --- tools/gitlab/image.docker | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gitlab/image.docker b/tools/gitlab/image.docker index 22eba47e6b0..7735952edc2 100644 --- a/tools/gitlab/image.docker +++ b/tools/gitlab/image.docker @@ -75,6 +75,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; \ lld \ llvm \ mesa-vulkan-drivers \ + nasm \ netbase \ ocl-icd-opencl-dev \ perl \ -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10701
Fwiw this would be an optional dependency for x86 FFmpeg assembly only, with fallback to C code and bits of inline assembly when missing, although performance might not be as good without it. FFmpeg uses GAS for standalone assembly sources on other architectures. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10701#note_137413
This merge request was closed by Rémi Bernon. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10701
participants (2)
-
Rémi Bernon -
Rémi Bernon (@rbernon)