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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +10 lines)
Line  Link Here
0
-- chromium-50.0.2661.75.ebuild        2016-04-20 18:06:33.000000000 +0000
0
++ chromium-50.0.2661.75_ffmpeg_cross_fix.ebuild       2016-04-20 19:52:12.000000000 +0000
Lines 533-538 Link Here
533
		# Set the cross compile and prefix correctly (arm builds have this incorrectly set by build script)
534
		build_ffmpeg_args+=" --cross-prefix=${CHOST}-"
535
536
		if tc-is-cross-compiler; then
537
			build_ffmpeg_args+=" --enable-cross-compile"
538
		else
539
			build_ffmpeg_args+=" --disable-cross-compile"
540
		fi
541

Return to bug 562600