Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 179872 | Differences between
and this patch

Collapse All | Expand All

(-)/var/portage/media-video/ffmpeg/ffmpeg-0.6.ebuild (-1 / +1 lines)
Lines 161-167 Link Here
161
	use 3dnowext || myconf="${myconf} --disable-amd3dnowext"
161
	use 3dnowext || myconf="${myconf} --disable-amd3dnowext"
162
	# disable mmx accelerated code if PIC is required
162
	# disable mmx accelerated code if PIC is required
163
	# as the provided asm decidedly is not PIC.
163
	# as the provided asm decidedly is not PIC.
164
	if gcc-specs-pie ; then
164
	if gcc-specs-pie && use x86 ; then
165
		myconf="${myconf} --disable-mmx --disable-mmx2"
165
		myconf="${myconf} --disable-mmx --disable-mmx2"
166
	fi
166
	fi
167
167

Return to bug 179872