Skip to content

Fix build when nasm is not available, and add CI for that

Nirbheek Chauhan requested to merge nirbheek/x264:fix-no-nasm-build into meson

commit 0bf81e92:

meson: Don't enable inline assembly and mmx when no NASM
Fixes https://gitlab.freedesktop.org/gstreamer/meson-ports/x264/issues/1

commit a5c28c10:

meson: add ci for no nasm case
https://gitlab.freedesktop.org/gstreamer/meson-ports/x264/issues/1

Merge request reports