Skip to content

Fix build when yasm is installed and nasm is not

Nirbheek Chauhan requested to merge nirbheek/ffmpeg:fix-ffmpeg-yasm into meson-4.1

commit d544d26d:

meson: Replace tabs with spaces everywhere
We don't really want mixed tabs and spaces. No code changes.

commit 0c9849b8:

meson: Differentiate arguments passed to nasm and yasm
Explicitly pass debug arguments and pass them correctly to nasm and
yasm. This is basically what ffmpeg's configure also does.

Note: I didn't add auto-detection of build type on purpose because
ffmpeg does not do that either.

Closes https://gitlab.freedesktop.org/gstreamer/meson-ports/ffmpeg/issues/4

commit 6ffe1b03:

ci: Add a separate job for testing with yasm
Only 64-bit for now.

Merge request reports