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

Collapse All | Expand All

(-)mozconfig-3.eclass (+4 lines)
Lines 67-76 Link Here
67
				mozconfig_annotate '+webm -alsa' --enable-ogg
67
				mozconfig_annotate '+webm -alsa' --enable-ogg
68
				mozconfig_annotate '+webm -alsa' --enable-wave
68
				mozconfig_annotate '+webm -alsa' --enable-wave
69
				mozconfig_annotate '+webm' --enable-webm
69
				mozconfig_annotate '+webm' --enable-webm
70
				mozconfig_annotate '+webm' --enable-system-libvpx
70
			else
71
			else
71
				mozconfig_use_enable webm
72
				mozconfig_use_enable webm
72
				mozconfig_use_with webm system-libvpx
73
				mozconfig_use_with webm system-libvpx
73
			fi
74
			fi
75
		else
76
			mozconfig_annotate '' --disable-webm
77
			mozconfig_annotate '' --disable-system-libvpx
74
		fi
78
		fi
75
79
76
		if use amd64 || use x86 || use arm || use sparc; then
80
		if use amd64 || use x86 || use arm || use sparc; then

Return to bug 360163