[FFmpeg-devel] [PATCH] x86/tx_float: do not build tx_float_init.c if x86 assembly is disabled

Lynne dev at lynne.ee
Thu Jan 27 00:44:27 EET 2022


This broke builds with --disable-mmx, which also disabled assembly
entirely, but ARCH_X86 was still true, so the init file tried to find
assembly that didn't exist.
Instead of checking for architecture, check if x86 assembly is enabled.

Patch attached.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-x86-tx_float-do-not-build-tx_float_init.c-if-x86-ass.patch
Type: text/x-patch
Size: 1690 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20220126/f7b19e70/attachment.bin>


More information about the ffmpeg-devel mailing list