Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89356
Collapse All | Expand All

(-)/var/tmp/portage/avidemux-2.0.38_rc2-r1/work/avidemux-2.0.38rc2b/configure.in.in (-1 / +5 lines)
Lines 674-680 Link Here
674
		AC_DEFINE(ARCH_X86,1,[post proc])
674
		AC_DEFINE(ARCH_X86,1,[post proc])
675
		LMPG_OPT=-DARCH_X86
675
		LMPG_OPT=-DARCH_X86
676
		have_x86=yes
676
		have_x86=yes
677
		AC_ARG_ENABLE(mmx,[  --disable-mmx           don't use MMX acceleration],use_mmx=0)
677
		AC_ARG_ENABLE(mmx,[  --disable-mmx           don't use MMX acceleration],
678
			if test "${enable_val}" = "no";then
679
				use_mmx=0
680
			fi
681
			)
678
		
682
		
679
683
680
684

Return to bug 89356