diff --git a/meson.build b/meson.build index 01b688a2f5d..1e969357c8f 100644 --- a/meson.build +++ b/meson.build @@ -1205,8 +1205,7 @@ with_asm_arch = '' if host_machine.cpu_family() == 'x86' if system_has_kms_drm or host_machine.system() == 'gnu' with_asm_arch = 'x86' - pre_args += ['-DUSE_X86_ASM', '-DUSE_MMX_ASM', '-DUSE_3DNOW_ASM', - '-DUSE_SSE_ASM'] + pre_args += ['-DUSE_X86_ASM'] if with_glx_read_only_text pre_args += ['-DGLX_X86_READONLY_TEXT']